diff options
Diffstat (limited to 'include/benoit/t/pos.hh')
-rw-r--r-- | include/benoit/t/pos.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/benoit/t/pos.hh b/include/benoit/t/pos.hh index 4725bb6..aa43522 100644 --- a/include/benoit/t/pos.hh +++ b/include/benoit/t/pos.hh @@ -5,9 +5,9 @@ namespace benoit { class pos { public: pos(boost::multiprecision::mpfr_float x = 0x0,boost::multiprecision::mpfr_float y = 0x0); - boost::multiprecision::mpfr_float x = 0x0; - boost::multiprecision::mpfr_float y = 0x0; - boost::multiprecision::mpfr_float zoom = 0x0; + long double x = 0x0; + long double y = 0x0; + long double zoom = 0x1; }; } } |