Changeset 23637
- Timestamp:
- 01/16/19 11:11:35 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/SystemMatricesx/SystemMatricesx.cpp
r23587 r23637 24 24 25 25 /*Display message*/ 26 if(VerboseModule()) _printf0_(" Generating matrices");26 if(VerboseModule()) _printf0_(" Allocating matrices"); 27 27 28 28 /*retrieve parameters: */ … … 70 70 _printf0_(" (Kff stiffness matrix size: "<<M<<" x "<<N<<")\n"); 71 71 } 72 73 if(VerboseModule()) _printf0_(" Generating matrices\n"); 72 74 73 75 /*Fill stiffness matrix and load vector from elements*/
Note:
See TracChangeset
for help on using the changeset viewer.