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, distributed under GPL-3.0-or-later.
12 
13 Typedef
14  Foam::wordReListMatcher
15 
16 Description
17  Compatibility name. Superseded (MAY-2017) by Foam::wordRes
18 
19 \*---------------------------------------------------------------------------*/
20 
21 #ifndef wordReListMatcher_H
22 #define wordReListMatcher_H
23 
24 #include "wordRes.H"
25 
26 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 
28 namespace Foam
29 {
30  typedef wordRes wordReListMatcher;
31 }
32 
33 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
34 
35 #endif
36 
37 // ************************************************************************* //
wordRes.H
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::wordRes
A List of wordRe with additional matching capabilities.
Definition: wordRes.H:51
Foam::wordReListMatcher
wordRes wordReListMatcher
Definition: wordReListMatcher.H:38