URI: 
       tpism_BedDef.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
       ---
       tpism_BedDef.i (419B)
       ---
            1 %{
            2 #include "earth/LingleClark.hh"
            3 #include "earth/greens.hh"
            4 %}
            5 
            6 %shared_ptr(pism::bed::BedDef)
            7 %shared_ptr(pism::bed::Null)
            8 %shared_ptr(pism::bed::PointwiseIsostasy)
            9 %include "earth/BedDef.hh"
           10 %shared_ptr(pism::bed::LingleClark)
           11 %include "earth/LingleClark.hh"
           12 
           13 %ignore pism::bed::ge_params;
           14 %ignore pism::bed::ge_integrand;
           15 
           16 %ignore pism::bed::vd_params;
           17 %ignore pism::bed::vd_integrand;
           18 
           19 %include "earth/greens.hh"