Index: /issm/trunk-jpl/src/modules/TriMesh/TriMesh.cpp
===================================================================
--- /issm/trunk-jpl/src/modules/TriMesh/TriMesh.cpp	(revision 13227)
+++ /issm/trunk-jpl/src/modules/TriMesh/TriMesh.cpp	(revision 13228)
@@ -17,9 +17,9 @@
 
 	/* output: */
-	Matrix<double> *index             = NULL;
-	Vector<double> *x                 = NULL;
-	Vector<double> *y                 = NULL;
-	Matrix<double> *segments          = NULL;
-	Vector<double> *segmentmarkerlist = NULL;
+	SeqMat<double> *index             = NULL;
+	SeqVec<double> *x                 = NULL;
+	SeqVec<double> *y                 = NULL;
+	SeqMat<double> *segments          = NULL;
+	SeqVec<double> *segmentmarkerlist = NULL;
 
 	/*Boot module: */
