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