Changeset 20263


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

CHG: in writeasjsfile, fixed issue with hdyrostatic_adustment being saved as double instead of string!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/masstransport.m ΒΆ

    r19903 r20263  
    137137                        writejsdouble(fid,[modelname '.masstransport.isfreesurface'],self.isfreesurface);
    138138                        writejsdouble(fid,[modelname '.masstransport.min_thickness'],self.min_thickness);
    139                         writejsdouble(fid,[modelname '.masstransport.hydrostatic_adjustment'],self.hydrostatic_adjustment);
     139                        writejsstring(fid,[modelname '.masstransport.hydrostatic_adjustment'],self.hydrostatic_adjustment);
    140140                        writejsdouble(fid,[modelname '.masstransport.stabilization'],self.stabilization);
    141141                        writejs2Darray(fid,[modelname '.masstransport.vertex_pairing'],self.vertex_pairing);
Note: See TracChangeset for help on using the changeset viewer.