1 /*!
2  * \file   mfront/src/StressPotential.cxx
3  * \brief
4  * \author Thomas Helfer
5  * \date   20/03/2018
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  * <!-- Local IspellDict: english -->
13  */
14 
15 #include "MFront/BehaviourBrick/StressPotential.hxx"
16 
17 namespace mfront{
18 
19   namespace bbrick {
20 
21     StressPotential::~StressPotential() = default;
22 
23   }  // end of namespace bbrick
24 
25 }  // end of namespace mfront
26