Index: /issm/trunk-jpl/src/mex/TriMesh/TriMesh.h.bak
===================================================================
--- /issm/trunk-jpl/src/mex/TriMesh/TriMesh.h.bak	(revision 11884)
+++ /issm/trunk-jpl/src/mex/TriMesh/TriMesh.h.bak	(revision 11884)
@@ -0,0 +1,38 @@
+/*
+	TriMesh.h
+*/
+
+#ifndef _TRIMESH_H
+#define _TRIMESH_H
+
+/* local prototypes: */
+void TriMeshUsage(void);
+
+#include "../../c/modules/modules.h"
+#include "../../c/Container/Container.h"
+#include "../../c/shared/shared.h"
+#include "../../c/EnumDefinitions/EnumDefinitions.h"
+
+
+#undef __FUNCT__ 
+#define __FUNCT__  "TriMesh"
+
+/* serial input macros: */
+#define DOMAINOUTLINE     (mxArray *)prhs[0]
+#define AREA        (mxArray *)prhs[1]
+#define ORDER     (mxArray *)prhs[2]
+
+/* serial output macros: */
+#define INDEX  (mxArray**)&plhs[0]
+#define X  (mxArray**)&plhs[1]
+#define Y   (mxArray**)&plhs[2]
+#define SEGMENTS   (mxArray**)&plhs[3]
+#define SEGMENTMARKERLIST (mxArray**)&plhs[4]
+
+/* serial arg counts: */
+#undef NLHS
+#define NLHS  5
+#undef NRHS
+#define NRHS  3
+
+#endif  /* _TRIMESH_H */
