diff --git a/Applications/FileIO/GocadIO/GocadAsciiReader.cpp b/Applications/FileIO/GocadIO/GocadAsciiReader.cpp index acc9a80f08934f2cfd2aee30490193213a9ee6dc..ffe8a288317f91488f8f6f14cdf5d5943828367b 100644 --- a/Applications/FileIO/GocadIO/GocadAsciiReader.cpp +++ b/Applications/FileIO/GocadIO/GocadAsciiReader.cpp @@ -602,10 +602,9 @@ MeshLib::Mesh* readData(std::ifstream& in, return nullptr; } -bool GocadAsciiReader::readFile( - std::string const& file_name, - std::vector<std::unique_ptr<MeshLib::Mesh>>& meshes, - DataType const export_type) +bool readFile(std::string const& file_name, + std::vector<std::unique_ptr<MeshLib::Mesh>>& meshes, + DataType const export_type) { std::ifstream in(file_name.c_str()); if (!in.is_open())