Ignore:
Timestamp:
05/24/13 13:02:48 (12 years ago)
Author:
Eric.Larour
Message:

CHG: changed the names of _printString_ and _pprintString_
to _printf_ and _printf0_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/Kml2Expx/Kml2Expx.cpp

    r15099 r15100  
    3535        clock0=clock();
    3636        time0 =time(NULL);
    37         _pprintString_("\nKml2Expx Module -- " << ctime(&time0));
     37        _printf0_("\nKml2Expx Module -- " << ctime(&time0));
    3838
    3939/*  read kml file  */
     
    4646/*  open exp file  */
    4747
    48         _pprintString_("Writing exp profiles to file." << "\n");
     48        _printf0_("Writing exp profiles to file." << "\n");
    4949        fido=fopen(filexp,"w");
    5050
     
    6161        clock1=clock();
    6262        time1 =time(NULL);
    63         _printString_("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");
    6464
    6565        return(iret);
Note: See TracChangeset for help on using the changeset viewer.