Changeset 14434


Ignore:
Timestamp:
03/05/13 18:18:48 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing bug for now, but df should NOT be used in CreateKMatrix, there should be a CreateDVector

Location:
issm/trunk-jpl/src/c/classes/matrix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/matrix/ElementMatrix.cpp

    r13622 r14434  
    251251        IssmDouble* localvalues=NULL;
    252252
     253        /*Check that Kff has been alocated in debugging mode*/
     254        _assert_(Kff);
     255
    253256        /*If Kfs is not provided, call the other function*/
    254257        if(!Kfs){
  • issm/trunk-jpl/src/c/classes/matrix/ElementVector.cpp

    r13761 r14434  
    190190        IssmDouble* localvalues=NULL;
    191191
    192         if(this->fsize){
     192        if(this->fsize && pf){
    193193                /*first, retrieve values that are in the f-set from the g-set values vector: */
    194194                localvalues=xNew<IssmDouble>(this->fsize);
Note: See TracChangeset for help on using the changeset viewer.