Ignore:
Timestamp:
04/18/14 09:46:20 (11 years ago)
Author:
cborstad
Message:

BUG: forgot to set isdamage=0 in par files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/Par/RoundSheetEISMINT.par

    r17762 r17767  
    2020md.materials.rheology_B=6.81*10^7*ones(md.mesh.numberofvertices,1); %to have the same B as the analytical solution
    2121md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1);
     22
     23%Damage
     24md.damage.isdamage=0;
    2225
    2326disp('      creating surface mass balance');
Note: See TracChangeset for help on using the changeset viewer.