|
@ -204,8 +204,12 @@ int main(const int argc, const char** argv) { |
|
|
STORM_PRINT_AND_LOG(" done." << std::endl); |
|
|
STORM_PRINT_AND_LOG(" done." << std::endl); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
STORM_LOG_WARN("Nothing to be done. Did you forget to specify a formula?"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// All operations have now been performed, so we clean up everything and terminate.
|
|
|
// All operations have now been performed, so we clean up everything and terminate.
|
|
|
storm::utility::cleanUp(); |
|
|
storm::utility::cleanUp(); |
|
|
return 0; |
|
|
return 0; |
|
|