Browse Source

Fixed Copy&Paste Error.

Former-commit-id: 3b06dc0ba4
tempestpy_adaptions
PBerger 8 years ago
parent
commit
9511ecc9e4
  1. 2
      src/storage/dd/Add.cpp

2
src/storage/dd/Add.cpp

@ -770,7 +770,7 @@ namespace storm {
template class Add<storm::dd::DdType::Sylvan, double>;
template class Add<storm::dd::DdType::Sylvan, uint_fast64_t>;
#ifdef STORM_HAVE_CARL
template class InternalAdd<DdType::Sylvan, storm::RationalFunction>;
template class Add<storm::dd::DdType::Sylvan, storm::RationalFunction>;
#endif
}
}
Loading…
Cancel
Save