Index: /issm/trunk-jpl/test/NightlyRun/test270.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test270.py	(revision 16153)
+++ /issm/trunk-jpl/test/NightlyRun/test270.py	(revision 16154)
@@ -17,5 +17,5 @@
 md.materials.rheology_B=paterson(md.initialization.temperature)
 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1))
-md.materials.rheology_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
+md.materials.damage_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
 md=setflowequation(md,'SSA','all')
 md.cluster=generic('name',oshostname(),'np',3)
Index: /issm/trunk-jpl/test/NightlyRun/test272.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test272.py	(revision 16153)
+++ /issm/trunk-jpl/test/NightlyRun/test272.py	(revision 16154)
@@ -17,10 +17,10 @@
 md.materials.rheology_B=paterson(md.initialization.temperature)
 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1))
-md.materials.rheology_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
+md.materials.damage_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
 md=setflowequation(md,'SSA','all')
 
 #control parameters
 md.inversion.iscontrol=1
-md.inversion.control_parameters=['MaterialsRheologyDbar']
+md.inversion.control_parameters=['MaterialsDamageDbar']
 md.inversion.min_parameters=10**-13*numpy.ones((md.mesh.numberofvertices,1))
 md.inversion.max_parameters=numpy.ones((md.mesh.numberofvertices,1))
@@ -43,5 +43,5 @@
    md.results.StressbalanceSolution.Gradient1,\
    md.results.StressbalanceSolution.J,\
-   md.results.StressbalanceSolution.MaterialsRheologyDbar,\
+   md.results.StressbalanceSolution.MaterialsDamageDbar,\
    md.results.StressbalanceSolution.Pressure,\
    md.results.StressbalanceSolution.Vel,\
Index: /issm/trunk-jpl/test/NightlyRun/test274.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test274.py	(revision 16153)
+++ /issm/trunk-jpl/test/NightlyRun/test274.py	(revision 16154)
@@ -19,5 +19,5 @@
 md.materials.rheology_B=paterson(md.initialization.temperature)
 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1))
-md.materials.rheology_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
+md.materials.damage_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
 md=setflowequation(md,'SSA','all')
 
