summaryrefslogtreecommitdiffstats
path: root/Project/fparser/fparser_gmpint.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Project/fparser/fparser_gmpint.hh')
-rw-r--r--Project/fparser/fparser_gmpint.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/Project/fparser/fparser_gmpint.hh b/Project/fparser/fparser_gmpint.hh
new file mode 100644
index 0000000..d9d3b5f
--- /dev/null
+++ b/Project/fparser/fparser_gmpint.hh
@@ -0,0 +1,15 @@
+/***************************************************************************\
+|* Function Parser for C++ v4.5.2 *|
+|*-------------------------------------------------------------------------*|
+|* Copyright: Juha Nieminen *|
+\***************************************************************************/
+
+#ifndef ONCE_FPARSER_GMPINT_H_
+#define ONCE_FPARSER_GMPINT_H_
+
+#include "fparser.hh"
+#include "mpfr/GmpInt.hh"
+
+class FunctionParser_gmpint: public FunctionParserBase<GmpInt> {};
+
+#endif