Skip to content

Commit

Permalink
refs #7409. Implement fix to defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jul 9, 2013
1 parent 58f0758 commit e444ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Vates/VatesAPI/src/LoadVTK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace Mantid
this->declareProperty("KeepTopPercent", 25.0, rangeValidator, "Only keep the top percentage of SignalArray values in the range min to max. Allow sparse regions to be ignored. Defaults to 25%.");

setPropertySettings("KeepTopPercent",
new EnabledWhenProperty("AdaptiveBinned", IS_NOT_DEFAULT));
new EnabledWhenProperty("AdaptiveBinned", IS_DEFAULT));

declareProperty(new WorkspaceProperty<IMDWorkspace>("OutputWorkspace", "", Direction::Output),
"MDWorkspace equivalent of vtkStructuredPoints input.");
Expand Down

0 comments on commit e444ecd

Please sign in to comment.