Changeset 15237


Ignore:
Timestamp:
06/11/13 08:32:13 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r15223 r15237  
    343343                solution_memory=profiler->Memory(FinishCore);
    344344
    345                 _printf0_("Solution elapsed time  : " << solution_time << " Seconds\n");
    346                 _printf0_("Solution elapsed flops : " << solution_flops << " Flops\n");
    347                 _printf0_("Solution memory used   : " << solution_memory << " Bytes\n");
     345                _printf0_("Solution elapsed time    : " << solution_time   << " Seconds\n");
     346                _printf0_("Solution number of flops : " << solution_flops  << " Flops\n");
     347                _printf0_("Solution memory used     : " << solution_memory << " Bytes\n");
    348348
    349349                /*Add to results: */
Note: See TracChangeset for help on using the changeset viewer.