Planeshift
fparser_mpfr.h
Go to the documentation of this file.
1 /***************************************************************************\
2 |* Function Parser for C++ v4.5.2 *|
3 |*-------------------------------------------------------------------------*|
4 |* Copyright: Juha Nieminen *|
5 \***************************************************************************/
6 
7 #ifndef ONCE_FPARSER_MPFR_H_
8 #define ONCE_FPARSER_MPFR_H_
9 
10 #include "fparser.h"
11 #include "mpfr/MpfrFloat.h"
12 
13 class FunctionParser_mpfr: public FunctionParserBase<MpfrFloat> {};
14 
15 #endif