Index: /issm/trunk/src/mex/BamgMesher/BamgMesher.cpp
===================================================================
--- /issm/trunk/src/mex/BamgMesher/BamgMesher.cpp	(revision 5234)
+++ /issm/trunk/src/mex/BamgMesher/BamgMesher.cpp	(revision 5235)
@@ -1,6 +1,6 @@
-/*\file Bamg.c
- *\brief: bamg module.
+/*\file BamgMesher.c
+ *\brief: mesher that uses the bamg library
  */
-#include "./Bamg.h"
+#include "./BamgMesher.h"
 
 void mexFunction( int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[]){
@@ -21,5 +21,5 @@
 
 	/*checks on arguments on the matlab side: */
-	CheckNumMatlabArguments(nlhs,NLHS,nrhs,NRHS,__FUNCT__,&BamgUsage);
+	CheckNumMatlabArguments(nlhs,NLHS,nrhs,NRHS,__FUNCT__,&BamgMesherUsage);
 
 	/*Initialize variables*/
@@ -50,5 +50,5 @@
 }
 
-void BamgUsage(void){
+void BamgMeshUsage(void){
 	_printf_("\n");
 	_printf_("   usage: [bamgmesh,bamggeom]=%s(bamgmesh,bamggeom,bamgoptions);\n",__FUNCT__);
Index: /issm/trunk/src/mex/BamgMesher/BamgMesher.h
===================================================================
--- /issm/trunk/src/mex/BamgMesher/BamgMesher.h	(revision 5234)
+++ /issm/trunk/src/mex/BamgMesher/BamgMesher.h	(revision 5235)
@@ -1,11 +1,11 @@
 /*
-	Bamg.h
+	BamgMesherUsage.h
 */
 
-#ifndef _BAMG_H
-#define _BAMG_H
+#ifndef _BAMG_MESHER_H_
+#define _BAMG_MESHER_H_
 
 /* local prototypes: */
-void BamgUsage(void);
+void BamgMesherUsage(void);
 
 #include "../../c/modules/modules.h"
@@ -14,5 +14,5 @@
 
 #undef __FUNCT__ 
-#define __FUNCT__  "Bamg"
+#define __FUNCT__  "BamgMesher"
     
 /* serial input macros: */
@@ -31,4 +31,4 @@
 #define NRHS  3
 
-#endif  /* _BAMG_H */
+#endif  /* _BAMG_MESHER_H_ */
 
