Changeset 17477


Ignore:
Timestamp:
03/19/14 05:42:56 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed python version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.py

    r17475 r17477  
    22import numpy
    33from ContourToMesh import *
     4from MatlabFuncs import *
    45
    56def SetMarineIceSheetBC(md,icefrontfile=''):
     
    5253
    5354        #First find segments that are not completely on the front
    54         if not strcmp(md.mesh.meshtype(),'3D')
     55        if not strcmp(md.mesh.meshtype(),'3D'):
    5556                numbernodesfront=2
    5657        else:
Note: See TracChangeset for help on using the changeset viewer.