diff src/Support/ERBTools.h @ 11:bd370910aa05

-Added modules template -Changed header guard style to be more consistent with the Google style guide -Added Doyxfile to generate doxygen documentation -Added structure diagram -Updated swig script to reflect new modules -Changes Gaussians back to using floats and changed tolerance on tests - doubles are unnecessary here
author tomwalters
date Fri, 19 Feb 2010 12:15:56 +0000
parents 3c782dec2fc0
children b4cafba48e9d
line wrap: on
line diff
--- a/src/Support/ERBTools.h	Fri Feb 19 09:11:23 2010 +0000
+++ b/src/Support/ERBTools.h	Fri Feb 19 12:15:56 2010 +0000
@@ -25,8 +25,8 @@
  *  \version \$Id: ERBTools.h 1 2010-02-02 11:04:50Z tcw $
  */
 
-#ifndef _AIMC_SUPPORT_ERBTOOLS_H_
-#define _AIMC_SUPPORT_ERBTOOLS_H_
+#ifndef AIMC_SUPPORT_ERBTOOLS_H_
+#define AIMC_SUPPORT_ERBTOOLS_H_
 
 #include <math.h>
 
@@ -47,4 +47,4 @@
 };
 }
 
-#endif  // _AIMC_SUPPORT_ERBTOOLS_H_
+#endif  // AIMC_SUPPORT_ERBTOOLS_H_