diff trunk/src/Modules/Output/Graphics/GraphicsView.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 7bfed53caacf
children 7af493eb1563
line wrap: on
line diff
--- a/trunk/src/Modules/Output/Graphics/GraphicsView.cc	Sun Oct 17 02:42:12 2010 +0000
+++ b/trunk/src/Modules/Output/Graphics/GraphicsView.cc	Mon Oct 18 04:42:28 2010 +0000
@@ -25,7 +25,7 @@
 namespace aimc {
 
 GraphicsView::GraphicsView(Parameters *parameters) : Module(parameters) {
-  module_description_ = "";
+  module_description_ = "Graphics output.";
   module_identifier_ = "graphics";
   module_type_ = "output";
   module_version_ = "$Id: $";