Mercurial > hg > aimc
comparison 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 |
comparison
equal
deleted
inserted
replaced
10:d54efba7f09b | 11:bd370910aa05 |
---|---|
24 * \author Thomas Walters <tom@acousticscale.org> | 24 * \author Thomas Walters <tom@acousticscale.org> |
25 * \date created 2006/09/21 | 25 * \date created 2006/09/21 |
26 * \version \$Id: Parameters.h 4 2010-02-03 18:44:58Z tcw $ | 26 * \version \$Id: Parameters.h 4 2010-02-03 18:44:58Z tcw $ |
27 */ | 27 */ |
28 | 28 |
29 #ifndef _AIMC_SUPPORT_PARAMETERS_H_ | 29 #ifndef AIMC_SUPPORT_PARAMETERS_H_ |
30 #define _AIMC_SUPPORT_PARAMETERS_H_ | 30 #define AIMC_SUPPORT_PARAMETERS_H_ |
31 | 31 |
32 #include <string> | 32 #include <string> |
33 | 33 |
34 #include "Support/SimpleIni.h" | 34 #include "Support/SimpleIni.h" |
35 | 35 |
205 */ | 205 */ |
206 static const unsigned int m_iNestCountMaximum = 16; | 206 static const unsigned int m_iNestCountMaximum = 16; |
207 }; | 207 }; |
208 } | 208 } |
209 | 209 |
210 #endif // _AIMC_SUPPORT_PARAMETERS_H_ | 210 #endif // AIMC_SUPPORT_PARAMETERS_H_ |
211 | 211 |