Changeset 12277


Ignore:
Timestamp:
05/23/12 16:10:28 (13 years ago)
Author:
cborstad
Message:

removed errant lines accidentally introduced to test260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage/test/NightlyRun/test260.m

    r12256 r12277  
    1818md.transient.isthermal=0;
    1919
     20md.verbose=verbose('mprocessor',true,'module',true,'solution',true,'control',true);
    2021md=solve(md,TransientSolutionEnum);
    2122
     
    3132
    3233field_values={...
    33         (md.results.DiagnosticSolution.Vx),...
    34         (md.results.DiagnosticSolution.Vy),...
    35         (md.results.DiagnosticSolution.Vel),...
    36         (md.results.DiagnosticSolution.Pressure),...
    3734        (md.results.TransientSolution(1).Vx),...
    3835        (md.results.TransientSolution(1).Vy),...
Note: See TracChangeset for help on using the changeset viewer.