diff trunk/SConstruct @ 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 6b4921704eb1
children fb52ca0e6339
line wrap: on
line diff
--- a/trunk/SConstruct	Fri Feb 19 09:11:23 2010 +0000
+++ b/trunk/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()