diff trunk/src/Modules/Strobes/ModuleParabola.h @ 283:ef14c9f2c1d2

-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 41ea31faf90c
children 35a8fbf4ff82
line wrap: on
line diff
--- a/trunk/src/Modules/Strobes/ModuleParabola.h	Fri Feb 19 09:11:23 2010 +0000
+++ b/trunk/src/Modules/Strobes/ModuleParabola.h	Fri Feb 19 12:15:56 2010 +0000
@@ -20,13 +20,13 @@
  * \file
  * \brief SAI 2003 module - for any output frame rate
  *
- * \author Tom Walters <tcw24@cam.ac.uk>
+ * \author Thomas Walters <tom@acousticscale.org>
  * \date created 2007/03/28
  * \version \$Id$
  */
 
-#ifndef _AIMC_MODULE_STROBES_PARABOLA_H_
-#define _AIMC_MODULE_STROBES_PARABOLA_H_
+#ifndef AIMC_MODULES_STROBES_PARABOLA_H_
+#define AIMC_MODULES_STROBES_PARABOLA_H_
 
 #include <vector>
 
@@ -108,4 +108,4 @@
 };
 }  // namespace aimc
 
-#endif  // _AIM_MODULE_STROBES_PARABOLA_H_
+#endif  // AIMC_MODULES_STROBES_PARABOLA_H_