diff src/Modules/SAI/ModuleSAI.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 fcbf85ce59fb
children 491b1b1d1dc5
line wrap: on
line diff
--- a/src/Modules/SAI/ModuleSAI.h	Fri Feb 19 09:11:23 2010 +0000
+++ b/src/Modules/SAI/ModuleSAI.h	Fri Feb 19 12:15:56 2010 +0000
@@ -24,8 +24,8 @@
  *  \date created 2007/08/29
  *  \version \$Id: ModuleSAI.h 4 2010-02-03 18:44:58Z tcw $
  */
-#ifndef _AIMC_MODULE_SAI_H_
-#define _AIMC_MODULE_SAI_H_
+#ifndef AIMC_MODULES_SAI_SAI_H_
+#define AIMC_MODULES_SAI_SAI_H_
 
 #include <vector>
 
@@ -102,4 +102,4 @@
 };
 }  // namespace aimc
 
-#endif  // _AIMC_MODULE_SAI_H_
+#endif  // AIMC_MODULES_SAI_SAI_H_