Index: /issm/trunk-jpl/src/c/classes/Node.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Node.cpp	(revision 23764)
+++ /issm/trunk-jpl/src/c/classes/Node.cpp	(revision 23765)
@@ -813,6 +813,8 @@
 
 	/*Dof should be added to the f-set, and taken out of the s-set:*/
-	DofInFSet(dof);
-	this->svalues[dof]=0.;
+	if(this->active){
+		DofInFSet(dof);
+		this->svalues[dof]=0.;
+	}
 }
 /*}}}*/
