Mercurial > hg > aimc
diff src/Modules/Output/Graphics/GraphicsView.cc @ 232:af531fc3f280
- 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 | ddf35dd82d63 |
children | 4fb328f81012 |
line wrap: on
line diff
--- a/src/Modules/Output/Graphics/GraphicsView.cc Sun Oct 17 02:42:12 2010 +0000 +++ b/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: $";