view trunk/src/Configurations/NAP_dump.aimcconfig @ 690:76f749d29b48

Fix memory leak in CARFAC. Also get rid of most uses of auto, which tend to hurt readability unless the type name is particularly long, especially when it masks pointers.
author ronw@google.com
date Tue, 11 Jun 2013 21:41:53 +0000
parents 0e84ec2606fc
children
line wrap: on
line source
module1.name = FileInput
module1.id = file_input
module1.child1 = PZFCFilterbank

module2.name = PZFCFilterbank
module2.id = pzfc
module2.child1 = NAP

module3.name = NAP
module3.id = hcl
module3.child1 = NAPOutput

module4.name = NAPOutput
module4.id = aimc_out
module4.parameters = <<<ENDPARAMS
output.suffix=nap
ENDPARAMS