URI: 
       tgeometry.i - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
  HTML git clone git://src.adamsgaard.dk/pism
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       tgeometry.i (370B)
       ---
            1 %{
            2 #include "geometry/Geometry.hh"
            3 #include "geometry/GeometryEvolution.hh"
            4 %}
            5 
            6 
            7 %shared_ptr(pism::Geometry)
            8 
            9 // Treat data members of Geometry as read-only.
           10 %feature("immutable", "1");
           11 %include "geometry/Geometry.hh"
           12 %feature("immutable", "0");
           13 
           14 %shared_ptr(pism::GeometryEvolution)
           15 %shared_ptr(pism::RegionalGeometryEvolution)
           16 %include "geometry/GeometryEvolution.hh"