Skip to content

Commit

Permalink
Refs #5678. Another attempt at Mac/Windows fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Aug 31, 2012
1 parent 88fa1a8 commit 77ca62b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ namespace WorkflowAlgorithms
const double samLo = reductionManager->getProperty("SamBkgMedianTestLow");
const double samSigma = reductionManager->getProperty("SamBkgErrorBarCriterion");
const double bleedRate = reductionManager->getProperty("MaxFramerate");
const long bleedPixels = static_cast<long>(reductionManager->getProperty("IgnoredPixels"));
const long bleedPixels = static_cast<const long>(reductionManager->getProperty("IgnoredPixels"));

// Make some internal names for workspaces
const std::string dvInternal = "_det_van";
Expand Down

0 comments on commit 77ca62b

Please sign in to comment.