Index: /issm/trunk-jpl/test/NightlyRun/test270.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test270.m	(revision 13135)
+++ /issm/trunk-jpl/test/NightlyRun/test270.m	(revision 13136)
@@ -2,4 +2,7 @@
 md=setmask(md,'all','');
 md=parameterize(md,'../Par/SquareShelf.par');
+md.materials=matdamageice();
+md.materials.rheology_B=paterson(md.initialization.temperature);
+md.materials.rheology_n=3*ones(md.mesh.numberofelements,1);
 md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1);
 md=setflowequation(md,'macayeal','all');
Index: /issm/trunk-jpl/test/NightlyRun/test272.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test272.m	(revision 13135)
+++ /issm/trunk-jpl/test/NightlyRun/test272.m	(revision 13136)
@@ -2,4 +2,7 @@
 md=setmask(md,'all','');
 md=parameterize(md,'../Par/SquareShelf.par');
+md.materials=matdamageice();
+md.materials.rheology_B=paterson(md.initialization.temperature);
+md.materials.rheology_n=3*ones(md.mesh.numberofelements,1);
 md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1);
 md=setflowequation(md,'macayeal','all');
Index: /issm/trunk-jpl/test/NightlyRun/test274.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test274.m	(revision 13135)
+++ /issm/trunk-jpl/test/NightlyRun/test274.m	(revision 13136)
@@ -3,4 +3,7 @@
 md=setmask(md,'all','');
 md=parameterize(md,'../Par/SquareShelf.par');
+md.materials=matdamageice();
+md.materials.rheology_B=paterson(md.initialization.temperature);
+md.materials.rheology_n=3*ones(md.mesh.numberofelements,1);
 md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1);
 md=setflowequation(md,'macayeal','all');
