Ignore:
Timestamp:
05/24/13 11:14:40 (12 years ago)
Author:
Eric.Larour
Message:

CHG: _printf_ now replaced by _printLine_ everywhere. Starting the slow process of simplifying the use of our printf
macros.

File:
1 edited

Legend:

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

    r15069 r15097  
    6161        clock1=clock();
    6262        time1 =time(NULL);
    63         _printf_(true,"Kml2Expx Module -- %f CPU seconds; %f elapsed seconds.\n\n",
    64                          ((double)(clock1-clock0))/CLOCKS_PER_SEC,difftime(time1,time0));
     63        _printLine_("Kml2Expx Module -- " << ((double)(clock1-clock0))/CLOCKS_PER_SEC << " CPU seconds; " << difftime(time1,time0) << " elapsed seconds.\n\n");
    6564
    6665        return(iret);
Note: See TracChangeset for help on using the changeset viewer.