Changeset 20924
- Timestamp:
- 07/15/16 12:06:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/io/fileptr.js
r20255 r20924 33 33 this.buffersize=0; 34 34 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. 36 36 this.buffer=new ArrayBuffer(this.increment); 37 37 this.view=new DataView(this.buffer);
Note:
See TracChangeset
for help on using the changeset viewer.