|
@ -113,8 +113,6 @@ namespace storm { |
|
|
auto const& input = storm::settings::getModule<storm::settings::modules::ConversionInputSettings>(); |
|
|
auto const& input = storm::settings::getModule<storm::settings::modules::ConversionInputSettings>(); |
|
|
if (input.isPrismInputSet()) { |
|
|
if (input.isPrismInputSet()) { |
|
|
processPrismInput(); |
|
|
processPrismInput(); |
|
|
} else { |
|
|
|
|
|
STORM_LOG_THROW(false, storm::exceptions::InvalidSettingsException, "Could not find a supported input format."); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|