blob: 36dd7d7013ac805785beb0d80e942026b8962fe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/***********************************************************************
// Copyright (C) 2006 International Business Machines and others.
// All Rights Reserved.
// This code is published under the Eclipse Public License.
//
// $Id: IpReturnCodes.hpp 1861 2010-12-21 21:34:47Z andreasw $
//
// Authors: Andreas Waechter IBM 2006-03-01
************************************************************************/
#ifndef __IPRETURNCODES_HPP__
#define __IPRETURNCODES_HPP__
/* include from a common include file */
namespace Ipopt
{
#include "IpReturnCodes_inc.h"
}
#endif
|