Index: /issm/trunk/src/c/objects/Node.cpp
===================================================================
--- /issm/trunk/src/c/objects/Node.cpp	(revision 4389)
+++ /issm/trunk/src/c/objects/Node.cpp	(revision 4390)
@@ -900,5 +900,5 @@
 	 * Therefore, our doflist is garbage right now. Go pick it up in the alltruedofs: */
 	for(j=0;j<this->indexing.numberofdofs;j++){
-		indexing.doflist[j]=*(alltruedofs+this->indexing.numberofdofs*(id-1)+j);
+		indexing.doflist[j]=*(alltruedofs+this->indexing.numberofdofs*sid+j);
 	}
 }
