| 1 | 
  | 
/********************************************************************** | 
| 2 | 
  | 
 | 
| 3 | 
  | 
This basic Periodic Table class was originally taken from the data.cpp | 
| 4 | 
< | 
file in OpenBabel. The code has been modified to match the OOPSE coding style. | 
| 4 | 
> | 
file in OpenBabel. The code has been modified to match the OpenMD coding style. | 
| 5 | 
  | 
 | 
| 6 | 
  | 
We have retained the OpenBabel copyright and GPL license on this class:   | 
| 7 | 
  | 
 | 
| 53 | 
  | 
#define BUFF_SIZE 32768 | 
| 54 | 
  | 
#endif | 
| 55 | 
  | 
 | 
| 56 | 
< | 
namespace oopse { | 
| 56 | 
> | 
namespace OpenMD { | 
| 57 | 
  | 
 | 
| 58 | 
  | 
  ElementsTable etab; | 
| 59 | 
  | 
 |