Skip to content

Commit

Permalink
Fix the build on OSX. Refs #6749.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Mar 21, 2013
1 parent 5258221 commit 956698f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ namespace DataHandling
string line;

//the variable of type ifstream:
ifstream myfile (filename);
ifstream myfile (filename.c_str());

//check to see if the file is opened:
if (myfile.is_open())
Expand Down

0 comments on commit 956698f

Please sign in to comment.