- Timestamp:
- 08/02/12 17:13:12 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/modules/KMLOverlayx/KMLOverlayx.cpp
r9761 r12878 28 28 clock0=clock(); 29 29 time0 =time(NULL); 30 _p rintf_(true,"\nKMLOverlayx Module -- %s",ctime(&time0));30 _pprintString_("\nKMLOverlayx Module -- " << ctime(&time0)); 31 31 32 32 /* construct kml file */ … … 82 82 /* write kml file */ 83 83 84 _p rintf_(true,"Writing kml document to file.\n");84 _pprintLine_("Writing kml document to file."); 85 85 fprintf(fid,"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"); 86 86 kfile->Write(fid,indent);
Note:
See TracChangeset
for help on using the changeset viewer.