Mercurial > hg > aimc
diff src/Main/aimc.cc @ 17:f4e712d41321
-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 | 2a5354042241 |
children | fff25824d1d1 |
line wrap: on
line diff
--- a/src/Main/aimc.cc Sat Feb 20 17:56:40 2010 +0000 +++ b/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);