summaryrefslogtreecommitdiff
path: root/src/benoit/t/pos/pos.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/benoit/t/pos/pos.cc')
-rw-r--r--src/benoit/t/pos/pos.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benoit/t/pos/pos.cc b/src/benoit/t/pos/pos.cc
index f1237e0..a69f8ec 100644
--- a/src/benoit/t/pos/pos.cc
+++ b/src/benoit/t/pos/pos.cc
@@ -1,6 +1,6 @@
# include <benoit/t/pos.hh>
# include <boost/multiprecision/mpfr.hpp>
benoit::t::pos::pos(boost::multiprecision::mpfr_float x,boost::multiprecision::mpfr_float y) {
- this->x = x;
- this->y = y;
+ //this->x = x;
+ //this->y = y;
}