Changeset 13471


Ignore:
Timestamp:
09/27/12 14:51:11 (12 years ago)
Author:
jschierm
Message:

NEW: Enable SetMarineIceSheetBC in Pig.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/Par/Pig.py

    r13463 r13471  
    66from InterpFromMeshToMesh2d import InterpFromMeshToMesh2d
    77from paterson import *
    8 from SetIceShelfBC import *
     8from SetMarineIceSheetBC import *
    99
    1010#Start defining model parameters here
     
    5757
    5858#Boundary conditions:
    59 #md=SetMarineIceSheetBC(md)
     59md=SetMarineIceSheetBC(md)
    6060
    6161#Change name so that no test have the same name
Note: See TracChangeset for help on using the changeset viewer.