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

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

preparing oecreview for 13393-13976'

File size: 1.2 KB
  • ../trunk-jpl/test/NightlyRun/test3015.py

     
    2525md.verbose=verbose('autodiff',True)
    2626
    2727#setup autodiff parameters
    28 index=0 #this is the scalar component we are checking against
     28index=1 #this is the scalar component we are checking against
    2929md.autodiff.independents=[\
    3030        independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index)
    3131        ]
  • ../trunk-jpl/test/NightlyRun/test3020.py

     
    2626md.diagnostic.restol=0.000001
    2727
    2828#setup autodiff parameters
    29 index=0 #this is the scalar component we are checking against
     29index=1 #this is the scalar component we are checking against
    3030md.autodiff.independents=[\
    3131        independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index)
    3232        ]
Note: See TracBrowser for help on using the repository browser.