Bonmin  1.8.8
BonFilterTypes.hpp
Go to the documentation of this file.
1 #ifndef BonFilterTypes_H
2 #define BonFilterTypes_H
3 #include "IpoptConfig.h"
4 namespace FilterTypes {
6  typedef FORTRAN_INTEGER_TYPE fint;
8  typedef double real;
9 }
10 #endif
FORTRAN_INTEGER_TYPE fint
Fortran type for integer used in filter.
double real
Fortran type for double.used in filter.