Browse Source

removed obsolete typedef

tempestpy_adaptions
gereon 12 years ago
parent
commit
86965ff12a
  1. 2
      src/parser/NonDeterministicSparseTransitionParser.h

2
src/parser/NonDeterministicSparseTransitionParser.h

@ -13,8 +13,6 @@
namespace storm {
namespace parser {
typedef boost::bimap<uint_fast64_t, std::pair<uint_fast64_t,std::string>> RowStateMapping;
/*!
* @brief Load a nondeterministic transition system from file and create a
* sparse adjacency matrix whose entries represent the weights of the edges

Loading…
Cancel
Save