Changeset 8939
- Timestamp:
- 07/12/11 18:20:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Par/SquareSheetShelf.par
r8399 r8939 14 14 15 15 %Initial velocity 16 load('. /../Data/SquareSheetShelf.data','-mat');16 load('../Data/SquareSheetShelf.data','-mat'); 17 17 md.vx=InterpFromMeshToMesh2d(index,x,y,vx,md.x,md.y); 18 18 md.vy=InterpFromMeshToMesh2d(index,x,y,vy,md.x,md.y); … … 52 52 53 53 %Deal with boundary conditions: 54 md=SetMarineIceSheetBC(md,'. /../Exp/SquareFront.exp');54 md=SetMarineIceSheetBC(md,'../Exp/SquareFront.exp'); 55 55 56 56 %Change name so that no test have the same name
Note:
See TracChangeset
for help on using the changeset viewer.