Changeset 17492
- Timestamp:
- 03/20/14 05:29:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/SystemMatricesx/SystemMatricesx.cpp
r17490 r17492 64 64 65 65 /*Display size*/ 66 Kff->GetSize(&M,&N);67 66 if(VerboseModule()){ 67 Kff->GetSize(&M,&N); 68 68 _printf0_(" (Kff stiffness matrix size: "<<M<<" x "<<N<<")\n"); 69 69 } … … 120 120 //Kff->AllocationInfo(); 121 121 //Kfs->AllocationInfo(); 122 //IssmDouble* k = Kff->ToSerial();123 //printarray(k,N,N);124 122 125 123 /*cleanu up and assign output pointers: */
Note:
See TracChangeset
for help on using the changeset viewer.