Changeset 543


Ignore:
Timestamp:
05/20/09 13:41:22 (16 years ago)
Author:
Mathieu Morlighem
Message:

kmax computed only ONCE before computing the penalized stiffness matrix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/PenaltySystemMatricesx/PenaltySystemMatricesx.cpp

    r472 r543  
    4747        }
    4848
    49         MatNorm(Kgg,NORM_INFINITY,&kmax);
    50         #ifdef _DEBUG_
    51          _printf_("   K_gg infinity norm after penalties: %g\n",kmax);
    52         #endif
    53 
    5449        /*Assign output pointers:*/
    5550        if(pkmax)*pkmax=kmax;
Note: See TracChangeset for help on using the changeset viewer.