Skip to content

Commit

Permalink
refs #6856 minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed May 24, 2013
1 parent 87f2599 commit fdbddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDAlgorithms/src/ConvertToMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ void ConvertToMD::copyMetaData(API::IMDEventWorkspace_sptr mdEventWS, MDEvents::
expt->cacheDetectorGroupings(*mapping);
}

// and add it to the target workspace description for further usage as the identifier for the workspaces, which come from this run.
// and add it to the target workspace description for further usage as the identifier for the events, which come from this run.
targWSDescr.addProperty("RUN_INDEX",runIndex,true);

}
Expand Down

0 comments on commit fdbddee

Please sign in to comment.