1 /*!
2  * \file   mfront/src/AbstractMaterialPropertyInterface.cxx
3  * \brief
4  *
5  * \author Thomas Helfer
6  * \date   06 mai 2008
7  * \copyright Copyright (C) 2006-2018 CEA/DEN, EDF R&D. All rights
8  * reserved.
9  * This project is publicly released under either the GNU GPL Licence
10  * or the CECILL-A licence. A copy of thoses licences are delivered
11  * with the sources of TFEL. CEA or EDF may also distribute this
12  * project under specific licensing conditions.
13  */
14 
15 #include"MFront/AbstractMaterialPropertyInterface.hxx"
16 
17 namespace mfront{
18 
19   AbstractMaterialPropertyInterface::~AbstractMaterialPropertyInterface() = default;
20 
21 } // end of namespace mfront
22