Browse Source

Put initial state in stateToIndexMap

tempestpy_adaptions
gereon 12 years ago
parent
commit
8cdb6d5394
  1. 1
      src/adapters/ExplicitModelAdapter.cpp

1
src/adapters/ExplicitModelAdapter.cpp

@ -259,6 +259,7 @@ ExplicitModelAdapter::~ExplicitModelAdapter() {
}
}
}
stateToIndexMap[this->allStates[0]] = 0;
LOG4CPLUS_DEBUG(logger, "Generated " << this->allStates.size() << " initial states.");
}

Loading…
Cancel
Save