From e19dda45a990f78f64e294b8f9931731a5c44085 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 30 Oct 2014 08:22:41 +0100 Subject: [PATCH] fixed typo --- modules/mol/mm/src/simulation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/mm/src/simulation.cc b/modules/mol/mm/src/simulation.cc index 8433735c6..1dd71dfe8 100644 --- a/modules/mol/mm/src/simulation.cc +++ b/modules/mol/mm/src/simulation.cc @@ -35,7 +35,7 @@ void Simulation::Save(const String& filename){ SimulationPtr Simulation::Load(const String& filename, MMSettingsPtr settings){ if (!boost::filesystem::exists(filename)) { std::stringstream ss; - ss << "Could not open topology. File '" + ss << "Could not open simulation File '" << filename << "' does not exist"; throw ost::io::IOException(ss.str()); } -- GitLab