Changeset 17475
- Timestamp:
- 03/18/14 22:46:23 (11 years ago)
- Location:
- issm/trunk-jpl/src/m/boundaryconditions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m
r17308 r17475 52 52 53 53 %First find segments that are not completely on the front 54 if (md.mesh.dimension==2),54 if ~strcmp(md.mesh.meshtype(),'3D'), 55 55 numbernodesfront=2; 56 56 else -
issm/trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.py
r17071 r17475 52 52 53 53 #First find segments that are not completely on the front 54 if md.mesh.dimension==2:54 if not strcmp(md.mesh.meshtype(),'3D') 55 55 numbernodesfront=2 56 56 else:
Note:
See TracChangeset
for help on using the changeset viewer.