/* * CommandLine.cpp * * Created on: 26.12.2012 * Author: Christian Dehnert */ #include namespace storm { namespace utility { void printSeparationLine(std::ostream& out) { out << "------------------------------------------------------" << std::endl; } } // namespace utility } // namespace storm