Browse Source

Added missing template instantiation.

tempestpy_adaptions
Tim Quatmann 5 years ago
parent
commit
0433469b9e
  1. 1
      src/storm-parsers/parser/JaniParser.cpp
  2. 2
      src/storm-parsers/parser/JaniParser.h

1
src/storm-parsers/parser/JaniParser.cpp

@ -1603,5 +1603,6 @@ namespace storm {
}
template class JaniParser<double>;
template class JaniParser<storm::RationalNumber>;
}
}

2
src/storm-parsers/parser/JaniParser.h

@ -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.
*/

Loading…
Cancel
Save