Changeset 7338


Ignore:
Timestamp:
02/04/11 10:13:21 (14 years ago)
Author:
jschierm
Message:

kml: Changed kml_mesh_write.m back to writing directly to file which is faster than writing to string first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/kml/kml_mesh_write.m

    r7297 r7338  
    241241%%  write kml file
    242242
    243 % kml_file_write(kdoc,filek);
    244 kml_file_swrite(kdoc,filek);
    245 
    246 end
    247 
     243kml_file_write(kdoc,filek);
     244% kml_file_swrite(kdoc,filek);
     245
     246end
     247
Note: See TracChangeset for help on using the changeset viewer.