wordReListMatcher.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2017 OpenCFD Ltd.
9 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM, licensed under GNU General Public License
12  <http://www.gnu.org/licenses/>.
13 
14 Typedef
15  Foam::wordReListMatcher
16 
17 Description
18  Compatibility name. Superseded (MAY-2017) by Foam::wordRes
19 
20 \*---------------------------------------------------------------------------*/
21 
22 #ifndef wordReListMatcher_H
23 #define wordReListMatcher_H
24 
25 #include "wordRes.H"
26 
27 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
28 
29 namespace Foam
30 {
31  typedef wordRes wordReListMatcher;
32 }
33 
34 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
35 
36 #endif
37 
38 // ************************************************************************* //
wordRes.H
Foam::wordReListMatcher
wordRes wordReListMatcher
Compatibility name. Superseded (MAY-2017) by Foam::wordRes.
Definition: wordReListMatcher.H:40
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::wordRes
A List of wordRe with additional matching capabilities.
Definition: wordRes.H:51