45#include "types/BendStamp.hpp"
52 BendStamp::BendStamp() : hasOverride_(false) {
53 DefineOptionalParameter(GhostVectorSource,
"ghostVectorSource");
56 BendStamp::~BendStamp() {}
58 void BendStamp::validate() {
59 DataHolder::validate();
60 CheckParameter(GhostVectorSource, isNonNegative());
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.