Index: /issm/trunk/src/c/Makefile.am
===================================================================
--- /issm/trunk/src/c/Makefile.am	(revision 8229)
+++ /issm/trunk/src/c/Makefile.am	(revision 8230)
@@ -344,5 +344,4 @@
 					./shared/Bamg/extrema.h \
 					./shared/Bamg/HeapSort.h \
-					./shared/Bamg/Norm.h \
 					./shared/Bamg/OppositeAngle.h \
 					./toolkits/petsc\
@@ -985,5 +984,4 @@
 					./shared/Bamg/extrema.h \
 					./shared/Bamg/HeapSort.h \
-					./shared/Bamg/Norm.h \
 					./shared/Bamg/OppositeAngle.h \
 					./toolkits/petsc\
Index: sm/trunk/src/c/shared/Bamg/Norm.h
===================================================================
--- /issm/trunk/src/c/shared/Bamg/Norm.h	(revision 8229)
+++ 	(revision )
@@ -1,8 +1,0 @@
-#ifndef _BAMGNORM_H_
-#define _BAMGNORM_H_
-
-#include <math.h>
-
-template<class T> inline double Norm(const T &a){return sqrt(a*a);}
-
-#endif
