Index: /issm/trunk/src/c/modules/VerticesDofx/VerticesDofx.cpp
===================================================================
--- /issm/trunk/src/c/modules/VerticesDofx/VerticesDofx.cpp	(revision 6231)
+++ /issm/trunk/src/c/modules/VerticesDofx/VerticesDofx.cpp	(revision 6232)
@@ -1,5 +1,4 @@
 /*!\file VerticesDofx
  * \brief: establish degrees of freedom for all vertices: */
- */
 
 #include "./VerticesDofx.h"
Index: /issm/trunk/src/c/objects/Elements/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 6231)
+++ /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 6232)
@@ -3965,5 +3965,5 @@
 
 	int i;
-	for(i=0;i<NUMVERTICES;i++) doflist[i]=nodes[i]->GetSidList();
+	for(i=0;i<NUMVERTICES;i++) sidlist[i]=nodes[i]->GetSidList();
 
 }
Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 6231)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 6232)
@@ -4565,5 +4565,5 @@
 
 	int i;
-	for(i=0;i<NUMVERTICES;i++) doflist[i]=nodes[i]->GetSidList();
+	for(i=0;i<NUMVERTICES;i++) sidlist[i]=nodes[i]->GetSidList();
 
 }
