Skip to content

Commit

Permalink
Re #11028 Updating widget description
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Feb 10, 2015
1 parent 5b40fb6 commit be5e56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Algorithms/src/RRFMuon.cpp
Expand Up @@ -39,7 +39,7 @@ void RRFMuon::init()
unitOptions.push_back("Mrad/s");
declareProperty("Frequency units", "MHz",
boost::make_shared<StringListValidator>(unitOptions),
"The energy mode (default: elastic)");
"The frequency units");

declareProperty(new PropertyWithValue<double>("Phase", 0, Direction::Input),
"Phase accounting for any misalignment of the counters");
Expand Down

0 comments on commit be5e56c

Please sign in to comment.