/[ascend]/trunk/pygtk/interface/ascend.i
ViewVC logotype

Diff of /trunk/pygtk/interface/ascend.i

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 232 by johnpye, Fri Jan 27 14:55:43 2006 UTC revision 233 by johnpye, Sun Jan 29 16:55:27 2006 UTC
# Line 26  Line 26 
26  #include "plot.h"  #include "plot.h"
27  #include "curve.h"  #include "curve.h"
28  #include "solverparameters.h"  #include "solverparameters.h"
29    #include "incidencematrix.h"
30  %}  %}
31    
32  // All STL runtime_errors caught to Python  // All STL runtime_errors caught to Python
# Line 96  public: Line 97  public:
97  %template(StringVector) std::vector<std::string>;  %template(StringVector) std::vector<std::string>;
98    
99  %rename(Instance) Instanc;  %rename(Instance) Instanc;
100  %rename(Name) Nam;  %rename(Name) Nam;#include "incidencematrix.h"
101  %rename(getSetIntValue) Instanc::getSetValue<long>;  %rename(getSetIntValue) Instanc::getSetValue<long>;
102  %rename(getSetStringValue) Instanc::getSetValue<SymChar>;  %rename(getSetStringValue) Instanc::getSetValue<SymChar>;
103  %rename(Units) UnitsM;  %rename(Units) UnitsM;

Legend:
Removed from v.232  
changed lines
  Added in v.233

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22