Parent Directory | Revision Log
Merging in refactor of the C++ code, which is moved out of 'pygtk' and into 'ascxx'. Adding support for IPOPT 3.9.1, the current latest version. Support in dtar for parallel builds (possibly needs some testing still).
1 | #include "instanceinterfacedata.h" |
2 | |
3 | // This class is really trivial, but hopefully it's a little flexible for other stuff when time comes. |
4 | |
5 | InstanceInterfaceData::InstanceInterfaceData(){ |
6 | // nothing here |
7 | status = ASCXX_INST_STATUS_UNKNOWN; |
8 | } |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |