/* * atom_atominfo.cpp * * Created on: Oct 19, 2009 * Author: heber */ #include "atom_atominfo.hpp" /** Constructor of class AtomInfo. */ AtomInfo::AtomInfo() : type(NULL) {}; /** Destructor of class AtomInfo. */ AtomInfo::~AtomInfo() { };