nil.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2 Compatibility include
3 
4 Typedef
5  Foam::nil
6 
7 Description
8  The older name for Foam::zero::null.
9 
10 \*---------------------------------------------------------------------------*/
11 
12 #ifndef nil_H
13 #define nil_H
14 
15 #include "zero.H"
16 
17 namespace Foam
18 {
19  typedef zero::null nil;
20 }
21 
22 #endif
23 
24 // ************************************************************************* //
Foam::nil
zero::null nil
Definition: nil.H:19
zero.H
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::zero::null
A zero class with a null output adapter.
Definition: zero.H:109