Changeset 15100 for issm/trunk-jpl/src/c/modules/Kml2Expx/Kml2Expx.cpp
- Timestamp:
- 05/24/13 13:02:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/Kml2Expx/Kml2Expx.cpp
r15099 r15100 35 35 clock0=clock(); 36 36 time0 =time(NULL); 37 _p printString_("\nKml2Expx Module -- " << ctime(&time0));37 _printf0_("\nKml2Expx Module -- " << ctime(&time0)); 38 38 39 39 /* read kml file */ … … 46 46 /* open exp file */ 47 47 48 _p printString_("Writing exp profiles to file." << "\n");48 _printf0_("Writing exp profiles to file." << "\n"); 49 49 fido=fopen(filexp,"w"); 50 50 … … 61 61 clock1=clock(); 62 62 time1 =time(NULL); 63 _print String_("Kml2Expx Module -- " << ((double)(clock1-clock0))/CLOCKS_PER_SEC << " CPU seconds; " << difftime(time1,time0) << " elapsed seconds.\n\n" << "\n");63 _printf_("Kml2Expx Module -- " << ((double)(clock1-clock0))/CLOCKS_PER_SEC << " CPU seconds; " << difftime(time1,time0) << " elapsed seconds.\n\n" << "\n"); 64 64 65 65 return(iret);
Note:
See TracChangeset
for help on using the changeset viewer.