diff src/Modules/Features/ModuleGaussians.cc @ 6:8c859ef1fb75

- Added a basic main function to test that all the can be fitted together - Fixed an initialisation bug in ModuleFileInput that left the buffer size at zero - Added proper description strings to the input and output modules - Fixed an out-by-a-factor-of-1000 bug in the SAI memory allocation (oops) - Added LOG_INFO_NN fucnction to log without a newline. Useful for the ASCII art module chain in aimc.cc.
author tomwalters
date Thu, 18 Feb 2010 19:35:07 +0000
parents decdac21cfc2
children fcbf85ce59fb
line wrap: on
line diff
--- a/src/Modules/Features/ModuleGaussians.cc	Thu Feb 18 16:55:40 2010 +0000
+++ b/src/Modules/Features/ModuleGaussians.cc	Thu Feb 18 19:35:07 2010 +0000
@@ -32,8 +32,7 @@
 #include "Support/Common.h"
 
 namespace aimc {
-ModuleGaussians::ModuleGaussians(Parameters *pParam)
-: Module(pParam) {
+ModuleGaussians::ModuleGaussians(Parameters *params) : Module(params) {
   // Set module metadata
   module_description_ = "Gaussian Fitting to SSI profile";
   module_identifier_ = "gaussians";