--- trunk/src/primitives/Element.hpp 2008/01/23 03:45:33 1210 +++ trunk/src/primitives/Element.hpp 2009/11/25 20:02:06 1390 @@ -1,7 +1,7 @@ This basic Element data-holding class was originally t /********************************************************************** This basic Element data-holding class was originally taken from the data.h -file in OpenBabel. The code has been modified to match the OOPSE coding style. +file in OpenBabel. The code has been modified to match the OpenMD coding style. We have retained the OpenBabel copyright and GPL license on this class: @@ -31,9 +31,10 @@ GNU General Public License for more details. #ifndef PRIMITIVES_ELEMENT_HPP #define PRIMITIVES_ELEMENT_HPP #include +#include #include "config.h" -namespace oopse{ +namespace OpenMD{ class Element { public: Element() {}