Changeset 23765
- Timestamp:
- 03/05/19 13:26:34 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Node.cpp
r23641 r23765 813 813 814 814 /*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 } 817 819 } 818 820 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.