Skip to content
Snippets Groups Projects
Commit e19dda45 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

fixed typo

parent 2d9a559b
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ void Simulation::Save(const String& filename){ ...@@ -35,7 +35,7 @@ void Simulation::Save(const String& filename){
SimulationPtr Simulation::Load(const String& filename, MMSettingsPtr settings){ SimulationPtr Simulation::Load(const String& filename, MMSettingsPtr settings){
if (!boost::filesystem::exists(filename)) { if (!boost::filesystem::exists(filename)) {
std::stringstream ss; std::stringstream ss;
ss << "Could not open topology. File '" ss << "Could not open simulation File '"
<< filename << "' does not exist"; << filename << "' does not exist";
throw ost::io::IOException(ss.str()); throw ost::io::IOException(ss.str());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment