Changeset 23637


Ignore:
Timestamp:
01/16/19 11:11:35 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: splitted print statement in 2 for readibility

File:
1 edited

Legend:

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

    r23587 r23637  
    2424
    2525        /*Display message*/
    26         if(VerboseModule()) _printf0_("   Generating matrices");
     26        if(VerboseModule()) _printf0_("   Allocating matrices");
    2727
    2828        /*retrieve parameters: */
     
    7070                _printf0_(" (Kff stiffness matrix size: "<<M<<" x "<<N<<")\n");
    7171        }
     72
     73        if(VerboseModule()) _printf0_("   Generating matrices\n");
    7274
    7375        /*Fill stiffness matrix and load vector from elements*/
Note: See TracChangeset for help on using the changeset viewer.