Ignore:
Timestamp:
08/09/10 14:58:07 (15 years ago)
Author:
Mathieu Morlighem
Message:

no more testXXX_nightly.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test321.m

    r4975 r5098  
    66md.cluster='none';
    77md=solve(md,'analysis_type',PrognosticSolutionEnum);
     8
     9%Fields and tolerances to track changes
     10field_names     ={'Thickness'};
     11field_tolerances={1e-13};
     12field_values={...
     13        PatchToVec(md.results.PrognosticSolution.Thickness),...
     14        };
Note: See TracChangeset for help on using the changeset viewer.