Changeset 15605


Ignore:
Timestamp:
07/25/13 06:55:38 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: not all fields where saved and checked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test514.m

    r13662 r15605  
    4444
    4545%Fields and tolerances to track changes
    46 field_names     ={'x1y1x2y2x3y3x4y4x5y5x6y6'  'x7y7' };
    47 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    48 field_values={...
    49         x1, y1,...
    50         y2, y2,...
    51         y3, y3,...
    52         y4, y4,...
    53         y5, y5,...
    54         y6, y6,...
    55         y7, y7,...
    56         };
     46field_names      = {'x1' ,'y1' ,'x2' ,'y2' ,'x3' ,'y3' ,'x4' ,'y4' ,'x5' ,'y5' ,'x6' ,'y6' ,'x7' ,'y7' };
     47field_tolerances = {1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
     48field_values     = { x1  ,y1   ,y2   ,y2   ,y3   ,y3   ,y4   ,y4   ,y5   ,y5   ,y6   ,y6   ,y7   ,y7   };
Note: See TracChangeset for help on using the changeset viewer.