# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |