wordReListMatcher.H
Go to the documentation of this file.
1 // Compatibility include. For v1612 and earlier.
2 
3 #ifndef FoamCompat_wordReListMatcher_H
4 #define FoamCompat_wordReListMatcher_H
5 
6 #include "wordRes.H"
7 
8 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
9 
10 namespace Foam
11 {
12 
13 //- Superseded (MAY-2017) by Foam::wordRes
14 // \deprecated(2017-05) - use Foam::wordRes instead
15 typedef wordRes wordReListMatcher;
16 
17 }
18 
19 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 
21 #endif
22 
23 // ************************************************************************* //
wordRes wordReListMatcher
Superseded (MAY-2017) by Foam::wordRes.
Namespace for OpenFOAM.