Index: ../trunk-jpl/test/NightlyRun/test3015.py =================================================================== --- ../trunk-jpl/test/NightlyRun/test3015.py (revision 13923) +++ ../trunk-jpl/test/NightlyRun/test3015.py (revision 13924) @@ -25,7 +25,7 @@ md.verbose=verbose('autodiff',True) #setup autodiff parameters -index=0 #this is the scalar component we are checking against +index=1 #this is the scalar component we are checking against md.autodiff.independents=[\ independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index) ] Index: ../trunk-jpl/test/NightlyRun/test3020.py =================================================================== --- ../trunk-jpl/test/NightlyRun/test3020.py (revision 13923) +++ ../trunk-jpl/test/NightlyRun/test3020.py (revision 13924) @@ -26,7 +26,7 @@ md.diagnostic.restol=0.000001 #setup autodiff parameters -index=0 #this is the scalar component we are checking against +index=1 #this is the scalar component we are checking against md.autodiff.independents=[\ independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index) ]