Changeset 20924


Ignore:
Timestamp:
07/15/16 12:06:52 (9 years ago)
Author:
Eric.Larour
Message:

CHG: bigger buffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/io/fileptr.js

    r20255 r20924  
    3333                        this.buffersize=0;
    3434                        if (this.mode=='w'){
    35                                 this.increment=options.getfieldvalue('increment',800000); //80000 bytes,  10000 doubles.
     35                                this.increment=options.getfieldvalue('increment',8000000); //80000 bytes,  10000 doubles.
    3636                                this.buffer=new ArrayBuffer(this.increment);
    3737                                this.view=new DataView(this.buffer);
Note: See TracChangeset for help on using the changeset viewer.