Mercurial > hg > aimc
diff src/Support/Parameters.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/Support/Parameters.h Fri Feb 19 09:11:23 2010 +0000 +++ b/src/Support/Parameters.h Fri Feb 19 12:15:56 2010 +0000 @@ -26,8 +26,8 @@ * \version \$Id: Parameters.h 4 2010-02-03 18:44:58Z tcw $ */ -#ifndef _AIMC_SUPPORT_PARAMETERS_H_ -#define _AIMC_SUPPORT_PARAMETERS_H_ +#ifndef AIMC_SUPPORT_PARAMETERS_H_ +#define AIMC_SUPPORT_PARAMETERS_H_ #include <string> @@ -207,5 +207,5 @@ }; } -#endif // _AIMC_SUPPORT_PARAMETERS_H_ +#endif // AIMC_SUPPORT_PARAMETERS_H_