Mercurial > hg > aimc
diff trunk/src/Modules/Input/ModuleFileInput.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 | e55d0c225a57 |
children | 30dde71d0230 |
line wrap: on
line diff
--- a/trunk/src/Modules/Input/ModuleFileInput.h Fri Feb 19 09:11:23 2010 +0000 +++ b/trunk/src/Modules/Input/ModuleFileInput.h Fri Feb 19 12:15:56 2010 +0000 @@ -25,8 +25,8 @@ * \version \$Id$ */ -#ifndef _AIMC_MODULES_INPUT_FILE_H_ -#define _AIMC_MODULES_INPUT_FILE_H_ +#ifndef AIMC_MODULES_INPUT_FILEINPUT_H_ +#define AIMC_MODULES_INPUT_FILEINPUT_H_ #include <sndfile.h> @@ -84,4 +84,4 @@ }; } // namespace aimc -#endif // _AIMC_MODULES_INPUT_FILE_H_ +#endif // AIMC_MODULES_INPUT_FILEINPUT_H_