Planeshift

fparser_mpfr.h

Go to the documentation of this file.
00001 /***************************************************************************\
00002 |* Function Parser for C++ v4.5.2                                          *|
00003 |*-------------------------------------------------------------------------*|
00004 |* Copyright: Juha Nieminen                                                *|
00005 \***************************************************************************/
00006 
00007 #ifndef ONCE_FPARSER_MPFR_H_
00008 #define ONCE_FPARSER_MPFR_H_
00009 
00010 #include "fparser.h"
00011 #include "mpfr/MpfrFloat.h"
00012 
00013 class FunctionParser_mpfr: public FunctionParserBase<MpfrFloat> {};
00014 
00015 #endif