Skip to content

Commit

Permalink
Clarify that this is not SNS specific, re #10619
Browse files Browse the repository at this point in the history
This definitely works with ISIS files, so the old text can be very confusing to users.
For now, keep it as "works with SNS and ISIS", as it was done for the LoadNexusMonitors doc,
as it is not clear if it works for others / is generally applicable.
  • Loading branch information
FedeMPouzols committed Jan 7, 2015
1 parent 0c2862e commit 9b2e5e0
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -86,9 +86,10 @@ class DLLExport LoadEventNexus

/// Summary of algorithms purpose
virtual const std::string summary() const {
return "Loads Event NeXus files (produced by the SNS) and stores it in an "
"EventWorkspace. Optionally, you can filter out events falling "
"outside a range of times-of-flight and/or a time interval.";
return "Loads Event NeXus files (produced by the SNS or ISIS) and "
"stores it in an EventWorkspace. Optionally, you can filter out "
"events falling outside a range of times-of-flight and/or a time "
"interval.";
}

/// Version
Expand Down

0 comments on commit 9b2e5e0

Please sign in to comment.