diff SConstruct @ 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 3c782dec2fc0
children d67a0a83d11b
line wrap: on
line diff
--- a/SConstruct	Fri Feb 19 09:11:23 2010 +0000
+++ b/SConstruct	Fri Feb 19 12:15:56 2010 +0000
@@ -107,7 +107,7 @@
     
 if not target_platform == 'win32':
   # On windows, utf support is builtin for SimpleIni
-  # bit not on other platforms
+  # but not on other platforms
   common_sources += ['Support/ConvertUTF.c']
 
 # Choose file which contains main()