Ignore:
Timestamp:
11/21/15 11:48:06 (9 years ago)
Author:
Eric.Larour
Message:

NEW,CHG: going through consistency check for classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/parameterization/setmask.js

    r19721 r19780  
    4242       
    4343        //Get assigned fields
    44         x=md.mesh.x;
    45         y=md.mesh.y;
    46         elements=md.mesh.elements;
     44        var x=md.mesh.x;
     45        var y=md.mesh.y;
     46        var elements=md.mesh.elements;
    4747
    4848        //Assign elementonfloatingice, elementongroundedice, vertexongroundedice and vertexonfloatingice.
Note: See TracChangeset for help on using the changeset viewer.