diff trunk/src/Modules/Output/Graphics/GraphAxisSpec.h @ 399:7bfed53caacf

- A few changes to get graphics working. In progress.
author tom@acousticscale.org
date Sat, 16 Oct 2010 22:27:03 +0000
parents 3ee03a6b95a0
children
line wrap: on
line diff
--- a/trunk/src/Modules/Output/Graphics/GraphAxisSpec.h	Fri Oct 15 05:46:53 2010 +0000
+++ b/trunk/src/Modules/Output/Graphics/GraphAxisSpec.h	Sat Oct 16 22:27:03 2010 +0000
@@ -21,6 +21,8 @@
 #include "Support/Parameters.h"
 #include "Modules/Output/Graphics/Scale/Scale.h"
 
+namespace aimc {
+
 /*! \class GraphAxisSpec "Output/GraphAxisSpec.h"
  *  \brief Axis specification for a GraphicsView
  */
@@ -85,4 +87,6 @@
   friend class GraphicsViewTime;
 };
 
+}  // namespace aimc
+
 #endif /* __GRAPH_AXIS_SPEC_H__ */