Skip to content

Commit

Permalink
Trying to fix mac builds. Refs #4208.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Nov 30, 2011
1 parent 4b854c3 commit beb05a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void DiffractionFocussing2::exec()

// loop over groups
delete prog;
prog = new API::Progress(this, 0.25, 0.95, totalHistProcess + nGroups);
prog = new API::Progress(this, 0.25, 0.95, static_cast<int>(totalHistProcess) + nGroups);
PARALLEL_FOR1(m_matrixInputW)
for (size_t outWorkspaceIndex = 0; outWorkspaceIndex < valid_groups.size(); outWorkspaceIndex++)
{
Expand Down

0 comments on commit beb05a9

Please sign in to comment.