ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/ElementsTable.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/ElementsTable.cpp (file contents):
Revision 3461 by chuckv, Thu Sep 18 21:51:20 2008 UTC vs.
Revision 3462 by skuang, Thu Oct 16 18:17:41 2008 UTC

# Line 109 | Line 109 | namespace oopse {
109      return elements_.size();
110    }
111  
112 <  char *ElementsTable::GetSymbol(int atomicnum) {
112 >  const char *ElementsTable::GetSymbol(int atomicnum) {
113      if (!init_)
114        Init();
115      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines