|
@ -22,6 +22,7 @@ namespace storm { |
|
|
filestream.open(filepath); |
|
|
filestream.open(filepath); |
|
|
} |
|
|
} |
|
|
STORM_LOG_THROW(filestream, storm::exceptions::FileIoException , "Could not open file " << filepath << "."); |
|
|
STORM_LOG_THROW(filestream, storm::exceptions::FileIoException , "Could not open file " << filepath << "."); |
|
|
|
|
|
filestream.precision(10); |
|
|
if (!silent) { |
|
|
if (!silent) { |
|
|
STORM_PRINT_AND_LOG("Write to file " << filepath << "." << std::endl); |
|
|
STORM_PRINT_AND_LOG("Write to file " << filepath << "." << std::endl); |
|
|
} |
|
|
} |
|
|