Changeset 20268


Ignore:
Timestamp:
02/27/16 19:15:30 (9 years ago)
Author:
Eric.Larour
Message:

CHG: declare variables! :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/marshall.js

    r19824 r20268  
    1313
    1414        //open file for binary writing
    15         fid=new fileptr('mode','w');
     15        var fid=new fileptr('mode','w');
    1616
    1717        //First, write MaximumNumberOfEnum to make sure that the Enums are synchronized
Note: See TracChangeset for help on using the changeset viewer.