Chombo + EB + MF  3.2
NormalDerivativeNewImplem.H
Go to the documentation of this file.
1 #ifdef CH_LANG_CC
2 /*
3  * _______ __
4  * / ___/ / ___ __ _ / / ___
5  * / /__/ _ \/ _ \/ V \/ _ \/ _ \
6  * \___/_//_/\___/_/_/_/_.__/\___/
7  * Please refer to Copyright.txt, in Chombo's root directory.
8  */
9 #endif
10 
11 #ifndef _NORMALDERIVATIVENEWIMPLEM_H_
12 #define _NORMALDERIVATIVENEWIMPLEM_H_
13 
14 #include "NamespaceHeader.H"
15 
16 // Null constructor
18 {
19 }
20 
21 // Destructor
23 {
24 }
25 
26 
27 #include "NamespaceFooter.H"
28 
29 #endif
NormalDerivativeNew()
Null constructor.
Definition: NormalDerivativeNewImplem.H:17
virtual ~NormalDerivativeNew()
Destructor.
Definition: NormalDerivativeNewImplem.H:22