Skip to content

Commit

Permalink
Update Typo
Browse files Browse the repository at this point in the history
Co-authored-by: thomashampson <[email protected]>
  • Loading branch information
Despiix and thomashampson authored Feb 4, 2025
1 parent 6e494bf commit a523290
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 @@ -59,7 +59,7 @@ void CreateMonteCarloWorkspace::init() {
declareProperty(std::make_unique<WorkspaceProperty<MatrixWorkspace>>("InputWorkspace", "", Direction::Input),
"Input Workspace containing data to be simulated");
declareProperty("Seed", 32, mustBePositive,
"Integer that seeds initialises the random-number generator, for reproducibility");
"Integer seed that initialises the random-number generator, for reproducibility");
declareProperty("MonteCarloEvents", 0, mustBePositive,
"Number of Monte Carlo events to simulate. Defaults to integral of input workspace if 0.");
declareProperty(std::make_unique<WorkspaceProperty<MatrixWorkspace>>("OutputWorkspace", "", Direction::Output),
Expand Down

0 comments on commit a523290

Please sign in to comment.