Skip to content

Commit

Permalink
Fix for OSX. Refs #5836.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Sep 12, 2012
1 parent 1d40bb2 commit 5de37db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace DataHandling

// 3. Write to file
std::ofstream ofile;
ofile.open(irffilename);
ofile.open(irffilename.c_str());
ofile << filestr;
ofile.close();

Expand Down

0 comments on commit 5de37db

Please sign in to comment.