Skip to content

Commit

Permalink
attempt to fix osx build. refs #6651
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Mar 3, 2013
1 parent 6d7fcbd commit fbf3e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace Algorithms

// Lets load the file
g_log.debug() << "Reading elastic estimate data from " << filename << std::endl;
std::ifstream infile(filename);
std::ifstream infile(filename.c_str());
std::string lineData;

// Some vectors to store the contents in
Expand Down

0 comments on commit fbf3e16

Please sign in to comment.