Index: /issm/trunk-jpl/test/NightlyRun/test270.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test270.m	(revision 16160)
+++ /issm/trunk-jpl/test/NightlyRun/test270.m	(revision 16161)
@@ -5,5 +5,6 @@
 md.materials.rheology_B=paterson(md.initialization.temperature);
 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1);
-md.materials.damage_D=0.5*ones(md.mesh.numberofvertices,1);
+md.damage.isdamage=1;
+md.damage.D=0.5*ones(md.mesh.numberofvertices,1);
 md=setflowequation(md,'SSA','all');
 md.cluster=generic('name',oshostname(),'np',3);
Index: /issm/trunk-jpl/test/NightlyRun/test272.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test272.m	(revision 16160)
+++ /issm/trunk-jpl/test/NightlyRun/test272.m	(revision 16161)
@@ -5,5 +5,6 @@
 md.materials.rheology_B=paterson(md.initialization.temperature);
 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1);
-md.materials.damage_D=0.5*ones(md.mesh.numberofvertices,1);
+md.damage.isdamage=1;
+md.damage.D=0.5*ones(md.mesh.numberofvertices,1);
 md=setflowequation(md,'SSA','all');
 md.verbose=verbose('control',true);
Index: /issm/trunk-jpl/test/NightlyRun/test274.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test274.m	(revision 16160)
+++ /issm/trunk-jpl/test/NightlyRun/test274.m	(revision 16161)
@@ -6,5 +6,6 @@
 md.materials.rheology_B=paterson(md.initialization.temperature);
 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1);
-md.materials.damage_D=0.5*ones(md.mesh.numberofvertices,1);
+md.damage.isdamage=1;
+md.damage.D=0.5*ones(md.mesh.numberofvertices,1);
 md=setflowequation(md,'SSA','all');
 
