Loading...
Searching...
No Matches
tmpNrc.H
Go to the documentation of this file.
1// Compatibility include. For v2006 and earlier
2
3#ifndef FoamCompat_tmpNrc_H
4#define FoamCompat_tmpNrc_H
5
6#include "refPtr.H"
7
8// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
9
10namespace Foam
11{
12 //- Deprecated(2020-07) - use refPtr instead
13 // \deprecated(2020-07) - use refPtr instead
14 typedef refPtr tmpNrc;
15}
16
17// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
A class for managing references or pointers (no reference counting).
Definition refPtr.H:54
Namespace for OpenFOAM.
refPtr tmpNrc
Deprecated(2020-07) - use refPtr instead.
Definition tmpNrc.H:17