Ignore:
Timestamp:
06/04/09 15:51:00 (16 years ago)
Author:
seroussi
Message:

new way to compute the tolerance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m

    r745 r777  
    2121%Initialize log message for nightly runs.
    2222testname='PigControlMethodBM2d_21';
    23 tolerance=10^-12;
    2423
    2524%go through the solutions requested
     
    6261
    6362                for k=1:length(fields),
     63                       
     64                        %Get field and tolerance
    6465                        field=fields{k};
     66                        tolerance=testsgettolerance(md,package,solution,field);
    6567
    6668                        %compare to archive
Note: See TracChangeset for help on using the changeset viewer.