Browse Source

Removed faulty deletion of cudd utility (is obsolete now anyway).

Former-commit-id: c4dca6c50f
tempestpy_adaptions
dehnert 11 years ago
parent
commit
386fac3935
  1. 2
      src/storm.cpp

2
src/storm.cpp

@ -240,7 +240,7 @@ void setUp() {
* Performs some necessary clean-up. * Performs some necessary clean-up.
*/ */
void cleanUp() { void cleanUp() {
delete storm::utility::cuddUtilityInstance();
// Intentionally left empty.
} }
/*! /*!

Loading…
Cancel
Save