/*! * \file mfront/src/AbstractMaterialPropertyInterface.cxx * \brief * * \author Thomas Helfer * \date 06 mai 2008 * \copyright Copyright (C) 2006-2018 CEA/DEN, EDF R&D. All rights * reserved. * This project is publicly released under either the GNU GPL Licence * or the CECILL-A licence. A copy of thoses licences are delivered * with the sources of TFEL. CEA or EDF may also distribute this * project under specific licensing conditions. */ #include"MFront/AbstractMaterialPropertyInterface.hxx" namespace mfront{ AbstractMaterialPropertyInterface::~AbstractMaterialPropertyInterface() = default; } // end of namespace mfront