Browse Source

Eigenadapter: changed Returntype of digits10 to match the NumTraits interface

tempestpy_adaptions
Tim Quatmann 5 years ago
parent
commit
ae2b63ca07
  1. 2
      src/storm/adapters/EigenAdapter.h

2
src/storm/adapters/EigenAdapter.h

@ -52,7 +52,7 @@ namespace Eigen {
typedef storm::RationalNumber Nested;
static inline Real epsilon() { return 0; }
static inline Real dummy_precision() { return 0; }
static inline Real digits10() { return 0; }
static inline int digits10() { return 0; }
enum {
IsInteger = 0,
IsSigned = 1,

Loading…
Cancel
Save