Changeset 23765


Ignore:
Timestamp:
03/05/19 13:26:34 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: only relax spc if non active

File:
1 edited

Legend:

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

    r23641 r23765  
    813813
    814814        /*Dof should be added to the f-set, and taken out of the s-set:*/
    815         DofInFSet(dof);
    816         this->svalues[dof]=0.;
     815        if(this->active){
     816                DofInFSet(dof);
     817                this->svalues[dof]=0.;
     818        }
    817819}
    818820/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.