/* * atom_bondedparticleinfo.cpp * * Created on: Oct 19, 2009 * Author: heber */ #include "Helpers/MemDebug.hpp" #include "atom_bondedparticleinfo.hpp" /** Constructor of class BondedParticleInfo. */ BondedParticleInfo::BondedParticleInfo() : AdaptiveOrder(0), MaxOrder(false) {}; /** Destructor of class BondedParticleInfo. */ BondedParticleInfo::~BondedParticleInfo() { };