Ignore:
Timestamp:
03/16/15 16:19:22 (10 years ago)
Author:
Eric.Larour
Message:

CHG: re-introducing Marshalling routines in support of check pointing. Implemented
the dataset backbone, and the FemModel backbone. Now we have to bring back the low
level drivers for the classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mesh/bamg.m

    r19077 r19198  
    235235                if all(ischar(track)),
    236236                        A=expread(track);
    237                         track=[A.x A.y];
     237                        track=[];
     238                        for i=1:length(A),
     239                                track=[track; [A(i).x A(i).y]];
     240                        end
    238241                else
    239242                        track=double(track); %for some reason, it is of class "single"
Note: See TracChangeset for help on using the changeset viewer.