URI: 
       tpism_frontalmelt.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_frontalmelt.i (1043B)
       ---
            1 %{
            2 #include "coupler/frontalmelt/Constant.hh"
            3 #include "coupler/frontalmelt/DischargeRouting.hh"
            4 #include "coupler/frontalmelt/DischargeGiven.hh"
            5 #include "coupler/frontalmelt/Given.hh"
            6 
            7 #include "coupler/frontalmelt/FrontalMeltPhysics.hh"
            8 %}
            9 
           10 %shared_ptr(pism::frontalmelt::FrontalMelt)
           11 %include "coupler/FrontalMelt.hh"
           12 
           13 %shared_ptr(pism::frontalmelt::Constant)
           14 %rename(FrontalMeltConstant) pism::frontalmelt::Constant;
           15 %include "coupler/frontalmelt/Constant.hh"
           16 
           17 %shared_ptr(pism::frontalmelt::DischargeRouting)
           18 %rename(FrontalMeltDischargeRouting) pism::frontalmelt::DischargeRouting;
           19 %include "coupler/frontalmelt/DischargeRouting.hh"
           20 
           21 %shared_ptr(pism::frontalmelt::Given)
           22 %rename(FrontalMeltGiven) pism::frontalmelt::Given;
           23 %include "coupler/frontalmelt/Given.hh"
           24 
           25 %shared_ptr(pism::frontalmelt::DischargeGiven)
           26 %rename(FrontalMeltDischargeGiven) pism::frontalmelt::DischargeGiven;
           27 %include "coupler/frontalmelt/DischargeGiven.hh"
           28 
           29 %shared_ptr(pism::frontalmelt::FrontalMeltPhysics)
           30 %include "coupler/frontalmelt/FrontalMeltPhysics.hh"