1 g/*!
2  * \file  mfront/include/MFront/GenericData.hxx
3  * \brief
4  * \author Thomas Helfer
5  * \brief 26 févr. 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 #ifndef LIB_MFRONT_MFRONTGENERICDATA_HXX
15 #define LIB_MFRONT_MFRONTGENERICDATA_HXX
16 
17 #pragma message("This header is deprected, one shall use 'MFront/FileDescription.hxx' instead")
18 #include"MFront/FileDescription.hxx"
19 
20 #endif /* LIB_MFRONT_MFRONTGENERICDATA_HXX */
21