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

Diff of /trunk/pygtk/ascpy.i

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

revision 868 by johnpye, Mon Sep 11 08:31:21 2006 UTC revision 869 by johnpye, Wed Oct 4 14:03:46 2006 UTC
# Line 32  Line 32 
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
# Line 110  public: Line 111  public:
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.
# Line 470  public: Line 472  public:
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{

Legend:
Removed from v.868  
changed lines
  Added in v.869

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