Browse Source

fix typedef (switched typename and alias)

Former-commit-id: f576c0412b
tempestpy_adaptions
Thomas Henn 9 years ago
parent
commit
c92db9ff1d
  1. 2
      src/storage/gspn/GSPN.h

2
src/storage/gspn/GSPN.h

@ -6,7 +6,7 @@ namespace storm {
// Stores a GSPN
class GSPN {
// Later, the rates and probabilities type should become a template, for now, let it be doubles.
typedef ValueType double;
typedef double ValueType;
};
}

Loading…
Cancel
Save