1 /*!
2  * \file   mfront/src/InelasticFlow.cxx
3  * \brief
4  * \author Thomas Helfer
5  * \date   15/03/2018
6  */
7 
8 #include "MFront/BehaviourBrick/InelasticFlow.hxx"
9 
10 namespace mfront{
11 
12   namespace bbrick {
13 
14     InelasticFlow::~InelasticFlow() = default;
15 
16   }  // end of namespace bbrick
17 
18 }  // end of namespace mfront
19