// // Copyright (C) 2004-2024 Paolo Tosco and other RDKit contributors // // @@ All Rights Reserved @@ // This file is part of the RDKit. // The contents are covered by the terms of the BSD license // which is included in the file license.txt, found at the root // of the RDKit source tree. // #include #ifndef RD_MMFFANGLECONSTRAINT_H #define RD_MMFFANGLECONSTRAINT_H #include namespace ForceFields { namespace MMFF { using AngleConstraintContrib = ForceFields::AngleConstraintContrib; } // namespace MMFF } // namespace ForceFields #endif