Changeset 8939


Ignore:
Timestamp:
07/12/11 18:20:23 (14 years ago)
Author:
Eric.Larour
Message:

Taking down the ./../, trips up murdo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Par/SquareSheetShelf.par

    r8399 r8939  
    1414
    1515%Initial velocity
    16 load('./../Data/SquareSheetShelf.data','-mat');
     16load('../Data/SquareSheetShelf.data','-mat');
    1717md.vx=InterpFromMeshToMesh2d(index,x,y,vx,md.x,md.y);
    1818md.vy=InterpFromMeshToMesh2d(index,x,y,vy,md.x,md.y);
     
    5252
    5353%Deal with boundary conditions:
    54 md=SetMarineIceSheetBC(md,'./../Exp/SquareFront.exp');
     54md=SetMarineIceSheetBC(md,'../Exp/SquareFront.exp');
    5555
    5656%Change name so that no test have the same name
Note: See TracChangeset for help on using the changeset viewer.