ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/utils/ElementsTable.hpp
(Generate patch)

Comparing trunk/src/utils/ElementsTable.hpp (file contents):
Revision 1304 by gezelter, Wed Jan 23 03:45:33 2008 UTC vs.
Revision 1305 by skuang, Thu Oct 16 18:17:41 2008 UTC

# Line 109 | Line 109 | namespace oopse {
109       * @return the element symbol matching the atomic number passed
110       * @param atomicnum the atomic number of the element
111       */
112 <    char *GetSymbol(int atomicnum);
112 >    const char *GetSymbol(int atomicnum);
113      /**
114       * @return the van der Waals radius for this atomic number
115       * @param atomicnum the atomic number of the element

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines