Mercurial > hg > aimc
diff trunk/src/Main/aimc.cc @ 289:6cf55200a199
-Added basic support for unit tests using gtest
-Updated lint scripts to exclude header guard problems
-Made everything lint-friendly
-Added a trivial script to build the Doxygen documentation
author | tomwalters |
---|---|
date | Sat, 20 Feb 2010 21:03:57 +0000 |
parents | 34993448961f |
children | 10d0803e37ec |
line wrap: on
line diff
--- a/trunk/src/Main/aimc.cc Sat Feb 20 17:56:40 2010 +0000 +++ b/trunk/src/Main/aimc.cc Sat Feb 20 21:03:57 2010 +0000 @@ -35,7 +35,7 @@ aimc::Parameters params; aimc::ModuleFileInput input(¶ms); aimc::ModuleGammatone bmm(¶ms); - //aimc::ModulePZFC bmm(¶ms); + // aimc::ModulePZFC bmm(¶ms); aimc::ModuleHCL nap(¶ms); aimc::ModuleParabola strobes(¶ms); aimc::ModuleSAI sai(¶ms);