Skip to content

Commit

Permalink
Refs #6607 Eliminated compiler warning on snowleopard(I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuthFromDuluth committed Feb 22, 2013
1 parent 91df656 commit 67bd39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Crystal/src/SCDCalibratePanels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ namespace Mantid
double beamline_norm,L0=0.0;
V3D beamline, samplePos;
filebuf fb;
fb.open(FileName, ios::out);
fb.open(FileName.c_str(), ios::out);
ostream os(&fb);
os << "# NEW CALIBRATION FILE FORMAT (in NeXus/SNS coordinates):" << endl;
os << "# Lengths are in centimeters." << endl;
Expand Down

0 comments on commit 67bd39a

Please sign in to comment.