@ -1603,5 +1603,6 @@ namespace storm {
}
template class JaniParser<double>;
template class JaniParser<storm::RationalNumber>;
@ -112,7 +112,7 @@ namespace storm {
/**
* The overall structure currently under inspection.
*/
storm::json<double> parsedStructure;
storm::json<ValueType> parsedStructure;
* The expression manager to be used.