source: issm/oecreview/Archive/13393-13976/ISSM-13923-13924.diff@ 14312

Last change on this file since 14312 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 1.2 KB
RevLine 
[13980]1Index: ../trunk-jpl/test/NightlyRun/test3015.py
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test3015.py (revision 13923)
4+++ ../trunk-jpl/test/NightlyRun/test3015.py (revision 13924)
5@@ -25,7 +25,7 @@
6 md.verbose=verbose('autodiff',True)
7
8 #setup autodiff parameters
9-index=0 #this is the scalar component we are checking against
10+index=1 #this is the scalar component we are checking against
11 md.autodiff.independents=[\
12 independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index)
13 ]
14Index: ../trunk-jpl/test/NightlyRun/test3020.py
15===================================================================
16--- ../trunk-jpl/test/NightlyRun/test3020.py (revision 13923)
17+++ ../trunk-jpl/test/NightlyRun/test3020.py (revision 13924)
18@@ -26,7 +26,7 @@
19 md.diagnostic.restol=0.000001
20
21 #setup autodiff parameters
22-index=0 #this is the scalar component we are checking against
23+index=1 #this is the scalar component we are checking against
24 md.autodiff.independents=[\
25 independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index)
26 ]
Note: See TracBrowser for help on using the repository browser.