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.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/benoit/t/pos/pos.cc b/src/benoit/t/pos/pos.cc
new file mode 100644
index 0000000..43941b2
--- /dev/null
+++ b/src/benoit/t/pos/pos.cc
@@ -0,0 +1,6 @@
+# include <benoit.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;
+}