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