Index: /issm/trunk-jpl/examples/ISMIP/CheatyRunme.m
===================================================================
--- /issm/trunk-jpl/examples/ISMIP/CheatyRunme.m	(revision 18822)
+++ /issm/trunk-jpl/examples/ISMIP/CheatyRunme.m	(revision 18823)
@@ -3,5 +3,5 @@
 %step 8 is specific to ISMIPF
 
-steps=[1:4];
+steps=[1:7];
 
 % parameter file to be used, choose between CheatyIsmipA.par or CheatyIsmipF.par
Index: /issm/trunk-jpl/examples/SquareIceShelf/Square.par
===================================================================
--- /issm/trunk-jpl/examples/SquareIceShelf/Square.par	(revision 18822)
+++ /issm/trunk-jpl/examples/SquareIceShelf/Square.par	(revision 18823)
@@ -25,5 +25,5 @@
 md.materials.rheology_B=paterson((273-20)*ones(md.mesh.numberofvertices,1));
 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1);
-md.damage.D=0.9*ones(md.mesh.numberofvertices,1);
+md.damage.D=zeros(md.mesh.numberofvertices,1);
 
 disp('      creating boundary conditions');
Index: /issm/trunk-jpl/examples/SquareIceShelf/runme.m
===================================================================
--- /issm/trunk-jpl/examples/SquareIceShelf/runme.m	(revision 18822)
+++ /issm/trunk-jpl/examples/SquareIceShelf/runme.m	(revision 18823)
@@ -1,38 +1,7 @@
 md=model;
-
 md=triangle(md,'DomainOutline.exp',100000);
 md=setmask(md,'all','');
-
-md.materials=matdamageice();
 md=parameterize(md,'Square.par');
-md.initialization.vx = ones(md.mesh.numberofvertices,1);
-md.initialization.vy = 0*ones(md.mesh.numberofvertices,1);
-md.initialization.pressure = 0*ones(md.mesh.numberofvertices,1);
-md.damage.isdamage=1;
-md.damage.law=1;
-md.damage.max_damage=0.8;
-md.damage.D=0.5*ones(md.mesh.numberofvertices,1);
-%md.damage.spcdamage=NaN*ones(md.mesh.numberofvertices,1);
-md.damage.c1=1;
-md.damage.c2=1;
-md.damage.equiv_stress=0;
-md.damage.stabilization=2;
-
-%md=extrude(md,7,3);
-md.surfaceforcings.mass_balance = zeros(md.mesh.numberofvertices,1);
-md.basalforcings.groundedice_melting_rate = zeros(md.mesh.numberofvertices,1);
-md.basalforcings.floatingice_melting_rate = zeros(md.mesh.numberofvertices,1);
 md=setflowequation(md,'SSA','all');
-
-md.timestepping.start_time = 0;
-md.timestepping.final_time = 1.;
-md.timestepping.time_step  = 0.1;
-
-md.transient.isdamageevolution=1;
-md.transient.isthermal=0;
-
 md.cluster=generic('name',oshostname,'np',2);
-md.stressbalance.requested_outputs={'default','DeviatoricStressxx','DeviatoricStressyy','DeviatoricStressxy'};
-%md=solve(md,StressbalanceSolutionEnum());
-md.verbose.solution = 1;
-md=solve(md,TransientSolutionEnum());
+md=solve(md,StressbalanceSolutionEnum());
Index: /issm/trunk-jpl/test/NightlyRun/test275.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test275.m	(revision 18822)
+++ /issm/trunk-jpl/test/NightlyRun/test275.m	(revision 18823)
@@ -16,15 +16,13 @@
 
 md.damage.requested_outputs={'default','DamageF'};
-md.transient.isdamageevolution=1;
 
 md=setflowequation(md,'SSA','all');
 md.cluster=generic('name',oshostname(),'np',3);
-%md=solve(md,DamageEvolutionSolutionEnum());
+md=solve(md,DamageEvolutionSolutionEnum());
 
-%field_names={'D','F'};
-%field_tolerances={1e-13,1e-13};
-%field_values={...
-%		(md.results.DamageEvolutionSolution.DamageDbar),...
-%		(md.results.DamageEvolutionSolution.DamageF),...
-%	};
-md=solve(md,TransientSolutionEnum());
+field_names={'D','F'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+		(md.results.DamageEvolutionSolution.DamageDbar),...
+		(md.results.DamageEvolutionSolution.DamageF),...
+	};
