Index: /issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Elements/Penta.cpp	(revision 27484)
+++ /issm/trunk-jpl/src/c/classes/Elements/Penta.cpp	(revision 27485)
@@ -709,5 +709,5 @@
 	IssmDouble  xyz_list[NUMVERTICES][3];
 	IssmDouble  viscosity;
-	IssmDouble  epsilon[6]; /* epsilon=[exx,eyy,exy];*/
+	IssmDouble  epsilon[6]; /* epsilon=[exx,eyy,ezz,exy,exz,eyz];*/
 	IssmDouble  tau_xx[NUMVERTICES];
 	IssmDouble	tau_yy[NUMVERTICES];
@@ -722,7 +722,7 @@
 
 	/*Retrieve all inputs we will be needing: */
-	Input* vx_input=this->GetInput(VxEnum);             _assert_(vx_input);
-	Input* vy_input=this->GetInput(VyEnum);             _assert_(vy_input);
-	Input* vz_input=this->GetInput(VzEnum);             _assert_(vz_input);
+	Input* vx_input=this->GetInput(VxEnum); _assert_(vx_input);
+	Input* vy_input=this->GetInput(VyEnum); _assert_(vy_input);
+	Input* vz_input=this->GetInput(VzEnum); _assert_(vz_input);
 
 	/* Start looping on the number of vertices: */
