Skip to content

Commit

Permalink
Tried to fix a cppcheck error. Refs #10555.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Feb 2, 2015
1 parent 7c78975 commit 5261afd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/Framework/MDAlgorithms/src/LoadHFIRPDData.cpp
Expand Up @@ -421,6 +421,8 @@ IMDEventWorkspace_sptr LoadHFIRPDData::convertToMDEventWS(
myfile << detPos.Y() << " ";
myfile << detPos.Z() << " ";
// Add a new dimension as event time
/// TODO - Need to find out the duration of the run!
relruntime += 30;
myfile << relruntime << " ";
myfile << std::endl;
}
Expand Down

0 comments on commit 5261afd

Please sign in to comment.