Changeset 10399


Ignore:
Timestamp:
11/01/11 11:01:58 (13 years ago)
Author:
seroussi
Message:

fixed process patch in MatlabProcessPatch for P0 in 3d

Location:
issm/trunk/src/m
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/parseresultsfromdisk.m

    r9381 r10399  
    138138%   Usage:
    139139%      field=ReadData(fid)
    140 
    141140
    142141%read field
  • issm/trunk/src/m/solutions/MatlabProcessPatch.m

    r7086 r10399  
    5353                        end
    5454                        if structure(step).(fieldname).interpolation==P0Enum,
    55                                 structure(step).(fieldname).value=temporarypatch(pos,9);
     55                                structure(step).(fieldname).value=temporarypatch(pos,6+numvertices);
    5656                        end
    5757
Note: See TracChangeset for help on using the changeset viewer.