Skip to content

Commit

Permalink
refs #7228 Changed default "SingleEventPerBin" to true
Browse files Browse the repository at this point in the history
to sustain existing unit tests.
  • Loading branch information
abuts committed Sep 13, 2013
1 parent 48afec1 commit f3ee0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ namespace MDAlgorithms
// disable property on interface
this->setPropertySettings("ClearInputWorkspace", new DisabledProperty());

declareProperty(new PropertyWithValue<bool>("OneEventPerBin", false, Direction::Input),
declareProperty(new PropertyWithValue<bool>("OneEventPerBin", true, Direction::Input),
"Use the histogram representation (event for event workspaces).\n"
"One MDEvent will be created for each histogram bin (even empty ones).\n"
"Warning! This can use signficantly more memory!");
Expand Down

0 comments on commit f3ee0f0

Please sign in to comment.