Skip to content

Commit

Permalink
Refs #4217 Get first run number from appended hkl file
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Nov 29, 2011
1 parent 40ac1b0 commit bb78b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Crystal/src/SaveHKL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ namespace Crystal
{
out.open( filename.c_str(), std::ios::in|std::ios::out|std::ios::ate);
long pos = out.tellp();
out.seekp (pos - 115);
out.seekp (50);
out >> firstrun;
out.seekp (pos - 110);
out >> seqNum;
Expand Down

0 comments on commit bb78b71

Please sign in to comment.