Index: ../trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
===================================================================
--- ../trunk-jpl/src/c/classes/objects/Elements/Tria.cpp	(revision 13414)
+++ ../trunk-jpl/src/c/classes/objects/Elements/Tria.cpp	(revision 13415)
@@ -5549,7 +5549,7 @@
 
 			/*Get values on the 3 vertices*/
 			for (i=0;i<3;i++){
-				values[i]=vector[this->nodes[i]->GetVertexSidList()]; //careful, vector of values here is not parallel distributed, but serial distributed (from a serial Dakota core!)
+				values[i]=vector[this->nodes[i]->GetVertexSid()]; //careful, vector of values here is not parallel distributed, but serial distributed (from a serial Dakota core!)
 			}
 
 			/*Branch on the specified type of update: */
@@ -5655,7 +5655,7 @@
 
 				/*create input values: */
 				for(i=0;i<3;i++){
-					row=this->nodes[i]->GetVertexSidList();
+					row=this->nodes[i]->GetVertexSid();
 					values[i]=(IssmDouble)matrix[ncols*row+t];
 				}
 
