// -*- C++ -*- // // ---------------------------------------------------------------------- // // Brad T. Aagaard // U.S. Geological Survey // // {LicenseText} // // ---------------------------------------------------------------------- // #include #include "Constraint.hh" // implementation of object methods // ---------------------------------------------------------------------- // Default constructor. pylith::feassemble::Constraint::Constraint(void) : _useSolnIncr(false) { // constructor } // constructor // ---------------------------------------------------------------------- // Destructor. pylith::feassemble::Constraint::~Constraint(void) { // destructor } // destructor // End of file