--- trunk/src/utils/ElementsTable.hpp 2008/01/23 03:45:33 1210 +++ branches/development/src/utils/ElementsTable.hpp 2010/07/09 23:08:25 1465 @@ -1,7 +1,7 @@ This basic Periodic Table class was originally taken f /********************************************************************** This basic Periodic Table 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: @@ -36,7 +36,7 @@ GNU General Public License for more details. #include #include "primitives/Element.hpp" -namespace oopse { +namespace OpenMD { /** * @class ElementsTable.hpp "util/ElementsTable.hpp" @@ -109,7 +109,7 @@ namespace oopse { * @return the element symbol matching the atomic number passed * @param atomicnum the atomic number of the element */ - char *GetSymbol(int atomicnum); + const char *GetSymbol(int atomicnum); /** * @return the van der Waals radius for this atomic number * @param atomicnum the atomic number of the element