#ifndef UTILITIES_HXX_
#define UTILITIES_HXX_
-#include <iostream>
+//#include <iostream>
/**
* A unique ID is used to represent a reference to any object in the model.
TITLE, //!< model::Diagram::title file name value
PATH, //!< model::Diagram::title file path value
PROPERTIES, //!< model::Diagram::tol & tf values
- CONTEXT, //!< model::Diagram::context value
+ DIAGRAM_CONTEXT, //!< model::Diagram::context value
};
#endif /* UTILITIES_HXX_ */