Changeset 5309


Ignore:
Timestamp:
08/17/10 11:05:05 (15 years ago)
Author:
Eric.Larour
Message:

Forgot velocity in 2d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/tres.m

    r5299 r5309  
    2828                        md.vz=zeros(md.numberofgrids,1);
    2929                end
    30                 md.vel=PatchToVec(md.results.DiagnosticSolution.Vel);
    3130        end
     31        md.vel=PatchToVec(md.results.DiagnosticSolution.Vel);
    3232
    3333        if isfield(md.results.DiagnosticSolution,'Pressure'),
Note: See TracChangeset for help on using the changeset viewer.