diff carfac/carfac_util.h @ 646:e76951e4da20

Style fixes. - Fix most lint errors found by http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py - Clean up commenting style. - Alphabetize #includes and using statements.
author ronw@google.com
date Tue, 11 Jun 2013 20:41:15 +0000
parents 8b70f4cf00c7
children
line wrap: on
line diff
--- a/carfac/carfac_util.h	Tue Jun 11 17:59:08 2013 +0000
+++ b/carfac/carfac_util.h	Tue Jun 11 20:41:15 2013 +0000
@@ -25,9 +25,8 @@
 
 #include "common.h"
 
-// Function CARFACDetect
-// This returns the IHC detection nonilnearity function of the filter output
-// values.  This is here because it is called both in design and run phases.
+// Returns the IHC detection nonilnearity function of the filter output values.
+// This is here because it is called both in design and run phases.
 ArrayX CARFACDetect(const ArrayX& x);
 
-#endif  // CARFAC_CARFAC_UTIL_H
\ No newline at end of file
+#endif  // CARFAC_CARFAC_UTIL_H