| 1 | 
  | 
/********************************************************************** | 
| 2 | 
  | 
 | 
| 3 | 
  | 
This basic Element data-holding class was originally taken from the data.h  | 
| 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 | 
  | 
 | 
| 31 | 
  | 
#ifndef PRIMITIVES_ELEMENT_HPP | 
| 32 | 
  | 
#define PRIMITIVES_ELEMENT_HPP | 
| 33 | 
  | 
#include <string> | 
| 34 | 
+ | 
#include <string.h> | 
| 35 | 
  | 
#include "config.h" | 
| 36 | 
  | 
 | 
| 37 | 
< | 
namespace oopse{ | 
| 37 | 
> | 
namespace OpenMD{ | 
| 38 | 
  | 
  class Element { | 
| 39 | 
  | 
  public: | 
| 40 | 
  | 
    Element()    {} |