Index: ../trunk-jpl/test/NightlyRun/test460.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test460.m (revision 20945) +++ ../trunk-jpl/test/NightlyRun/test460.m (revision 20946) @@ -1,4 +1,4 @@ -%Test Name: SquareSheetShelfStressFSEarl +%Test Name: SquareSheetShelfStressFSEstar md=triangle(model(),'../Exp/Square.exp',180000.); md=setmask(md,'../Exp/SquareShelf.exp',''); md=parameterize(md,'../Par/SquareSheetShelf.par'); @@ -16,7 +16,7 @@ %md.initialization.pressure=md.constants.g*md.materials.rho_ice*(md.geometry.surface-md.mesh.y); for i={'SSA','HO','FS'}, disp(' '); - disp(['====== Testing Earl with ' i{1} ' =====']); + disp(['====== Testing Estar with ' i{1} ' =====']); md=setflowequation(md,i{1},'all'); md=solve(md,StressbalanceSolutionEnum()); field_names ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]};