00001 // Copyright (C) 2004, 2006 International Business Machines and others.00002 // All Rights Reserved.00003 // This code is published under the Eclipse Public License.00004 //00005 // $Id: IpTypes.hpp 2005 2011-06-06 12:55:16Z stefan $00006 //00007 // Authors: Carl Laird, Andreas Waechter IBM 2004-08-1300008
00009 #ifndef __IPTYPES_HPP__00010 #define __IPTYPES_HPP__00011
00012 #include "IpoptConfig.h"00013
00014 namespace Ipopt
00015 {
00017typedefdoubleNumber;
00019typedefintIndex;
00021typedefintInt;
00022
00023 } // namespace Ipopt00024
00025 /* Type of Fortran integer translated into C */00026typedefFORTRAN_INTEGER_TYPEipfint;
00027
00028 #endif