32 |
#include "solverstatus.h" |
#include "solverstatus.h" |
33 |
#include "solverreporter.h" |
#include "solverreporter.h" |
34 |
#include "incidencematrix.h" |
#include "incidencematrix.h" |
35 |
|
#include "registry.h" |
36 |
%} |
%} |
37 |
|
|
38 |
// All STL runtime_errors caught to Python |
// All STL runtime_errors caught to Python |
111 |
%rename(getSetIntValue) Instanc::getSetValue<long>; |
%rename(getSetIntValue) Instanc::getSetValue<long>; |
112 |
%rename(getSetStringValue) Instanc::getSetValue<SymChar>; |
%rename(getSetStringValue) Instanc::getSetValue<SymChar>; |
113 |
%rename(Units) UnitsM; |
%rename(Units) UnitsM; |
114 |
|
%rename(set) Registry::setPyObject; |
115 |
|
|
116 |
|
|
117 |
// Grab a Python function object as a Python object. |
// Grab a Python function object as a Python object. |
472 |
} |
} |
473 |
} |
} |
474 |
|
|
475 |
|
%include "config.h" |
476 |
|
%include "registry.h" |
477 |
|
|
478 |
%include "solver.i" |
%include "solver.i" |
479 |
|
|
480 |
class ExtMethod{ |
class ExtMethod{ |