Skip to content
Snippets Groups Projects
Commit e5f18efa authored by Jakub Janák's avatar Jakub Janák
Browse files

renamed to lowercase

parent b84fb115
No related branches found
No related tags found
No related merge requests found
......@@ -310,7 +310,7 @@ void TSInstance::save(const std::string &fileName) const {
fileContent << "];" << std::endl;
}
fileContent << "}" << std::endl;
FileManager::saveSolution(fileName, fileContent.str());
FileManager::save_solution(fileName, fileContent.str());
}
std::string TSInstance::to_string() const {
......
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