Changeset 12632


Ignore:
Timestamp:
07/12/12 17:05:56 (13 years ago)
Author:
Mathieu Morlighem
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/model/SectionValues.m

    r11988 r12632  
    1212if ischar(infile),
    1313        %read infile:
    14         contempt=expread(infile);
    15         nods=contempt.nods;
    16         x=contempt.x;
    17         y=contempt.y;
     14        profile=expread(infile);
     15        nods=profile.nods;
     16        x=profile.x;
     17        y=profile.y;
    1818else
    1919        %read infile:
Note: See TracChangeset for help on using the changeset viewer.