Mercurial > hg > aimc
diff carfac/carfac_util.cc @ 644:16dfff1de47a
Fix scons build.
author | ronw@google.com |
---|---|
date | Tue, 11 Jun 2013 15:04:55 +0000 |
parents | 8b70f4cf00c7 |
children |
line wrap: on
line diff
--- a/carfac/carfac_util.cc Tue Jun 04 18:30:22 2013 +0000 +++ b/carfac/carfac_util.cc Tue Jun 11 15:04:55 2013 +0000 @@ -22,7 +22,7 @@ #include "carfac_util.h" -ArrayX CARFACDetect (const ArrayX& x) { +ArrayX CARFACDetect(const ArrayX& x) { ArrayX conductance, z, set; FPType a = 0.175; // This offsets the low-end tail into negative x territory. @@ -32,4 +32,4 @@ // Zero is the final answer for many points. conductance = (z < 0).select(0.0, (z*z*z) / (z*z*z + z*z + 0.1)); return conductance; -} \ No newline at end of file +}