Skip to content
Snippets Groups Projects
Commit f4bba382 authored by John Hill's avatar John Hill
Browse files

Refs #10397 attempting to fix osx build

parent 4d7a4fc5
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ namespace DataHandling
*/
std::string LoadFITS::ReadRotations(std::string rotFilePath, size_t fileCount)
{
ifstream fStream(rotFilePath);
ifstream fStream(rotFilePath.c_str());
std::string csvRotations = "";
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment