STORM_LOG_WARN_COND(newFormulas.size()==formulas.size(),"Transformation of a "<<model->getType()<<" to a discrete time model does not preserve all properties.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Transformation of a "<<model->getType()<<" to a discrete time model is not supported");
}
@ -55,9 +55,9 @@ namespace storm {
STORM_LOG_WARN_COND(newFormulas.size()==formulas.size(),"Transformation of a "<<model.getType()<<" to a discrete time model does not preserve all properties.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Transformation of a "<<model.getType()<<" to a discrete time model is not supported.");