Skip to content

Commit

Permalink
Refs #5674. Fix parameter group.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Aug 2, 2012
1 parent c0949e2 commit c1152bf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -144,7 +144,7 @@ namespace Mantid
declareProperty(new WorkspaceProperty<>("SampleWorkspace", "",
Direction::Input, PropertyMode::Optional),
"A sample workspace. This is used in the PSD Bleed calculation.");
this->setPropertyGroup("SampleWorkspace", backgroundCheck);
this->setPropertyGroup("SampleWorkspace", psdBleedMaskGrp);
declareProperty("MaxTubeFramerate", 0.0, mustBePositiveDbl,
"The maximum rate allowed for a tube in counts/us/frame.");
this->setPropertyGroup("MaxTubeFramerate", psdBleedMaskGrp);
Expand Down

0 comments on commit c1152bf

Please sign in to comment.