Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
IpReturnCodes.hpp
Go to the documentation of this file.
1 /***********************************************************************
2 // Copyright (C) 2006 International Business Machines and others.
3 // All Rights Reserved.
4 // This code is published under the Eclipse Public License.
5 //
6 // $Id: IpReturnCodes.hpp 1861 2010-12-21 21:34:47Z andreasw $
7 //
8 // Authors: Andreas Waechter IBM 2006-03-01
9 ************************************************************************/
10 
11 #ifndef __IPRETURNCODES_HPP__
12 #define __IPRETURNCODES_HPP__
13 
14 /* include from a common include file */
15 
16 namespace Ipopt
17 {
18 #include "IpReturnCodes_inc.h"
19 }
20 
21 #endif