Changeset 19833


Ignore:
Timestamp:
11/30/15 08:52:09 (9 years ago)
Author:
Eric.Larour
Message:

CHG (JAVASCRIPT): adapting test101.html to the new way results are returned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test101.html

    r19824 r19833  
    107107
    108108        console.log('solve');
    109         solve(md,StressbalanceSolutionEnum(),'checkconsistency','no');
     109        md.results=solve(md,StressbalanceSolutionEnum(),'checkconsistency','no');
    110110
    111111        console.log('plotting');
    112         plotmodel(md,'data',md.results['StressbalanceSolution'][0]['Vel'],'colorbar#1','on','colorbarheight',.5);
     112        plotmodel(md,'data',md.results[0]['Vel'],'colorbar#1','on','colorbarheight',.5);
    113113
    114114</script> <!--{{{-->
Note: See TracChangeset for help on using the changeset viewer.