Changeset 17492


Ignore:
Timestamp:
03/20/14 05:29:54 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: reverting back

File:
1 edited

Legend:

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

    r17490 r17492  
    6464
    6565        /*Display size*/
    66         Kff->GetSize(&M,&N);
    6766        if(VerboseModule()){
     67                Kff->GetSize(&M,&N);
    6868                _printf0_(" (Kff stiffness matrix size: "<<M<<" x "<<N<<")\n");
    6969        }
     
    120120        //Kff->AllocationInfo();
    121121        //Kfs->AllocationInfo();
    122         //IssmDouble* k = Kff->ToSerial();
    123         //printarray(k,N,N);
    124122
    125123        /*cleanu up and assign output pointers: */
Note: See TracChangeset for help on using the changeset viewer.