Changeset 14166


Ignore:
Timestamp:
12/14/12 11:15:27 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added assertion check to avoid crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/convergence.cpp

    r13216 r14166  
    6565
    6666        //compute K[n]U[n-1]F = K[n]U[n-1] - F
     67        _assert_(uf); _assert_(Kff);
    6768        KUold=uf->Duplicate(); Kff->MatMult(old_uf,KUold);
    6869        KUoldF=KUold->Duplicate();KUold->Copy(KUoldF); KUoldF->AYPX(pf,-1.0);
Note: See TracChangeset for help on using the changeset viewer.