Skip to content

Commit

Permalink
Update Framework/Algorithms/src/CreateMonteCarloWorkspace.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: thomashampson <[email protected]>
  • Loading branch information
Despiix and thomashampson authored Jan 27, 2025
1 parent 8c07914 commit ce238ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Algorithms/src/CreateMonteCarloWorkspace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void CreateMonteCarloWorkspace::init() {
mustBePositive->setLower(0);

declareProperty(std::make_unique<WorkspaceProperty<MatrixWorkspace>>("InputWorkspace", "", Direction::Input),
"Input Workspace containing data to be fitted");
"Input Workspace containing data to be simulated");
declareProperty("Seed", 32, mustBePositive,
"Integer that initializes a random-number generator, good for reproducibility");
declareProperty("MonteCarloEvents", 0, mustBePositive,
Expand Down

0 comments on commit ce238ef

Please sign in to comment.