diff trunk/src/Modules/Output/FileOutputAIMC.cc @ 402:69466da9745e

- Massive refactoring to make module tree stuff work. In theory we now support configuration files again. The graphics stuff is untested as yet.
author tomwalters
date Mon, 18 Oct 2010 04:42:28 +0000
parents 3ee03a6b95a0
children 99f9bf0f7798
line wrap: on
line diff
--- a/trunk/src/Modules/Output/FileOutputAIMC.cc	Sun Oct 17 02:42:12 2010 +0000
+++ b/trunk/src/Modules/Output/FileOutputAIMC.cc	Mon Oct 18 04:42:28 2010 +0000
@@ -42,7 +42,7 @@
 namespace aimc {
 FileOutputAIMC::FileOutputAIMC(Parameters *params) : Module(params) {
   module_description_ = "File output in AIMC format";
-  module_identifier_ = "htk_out";
+  module_identifier_ = "aimc_out";
   module_type_ = "output";
   module_version_ = "$Id: FileOutputAIMC.cc 51 2010-03-30 22:06:24Z tomwalters $";