Chombo + EB + MF
3.2
src
Workshop
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
17
template
<
int
dim>
NormalDerivativeNew<dim>::NormalDerivativeNew
()
18
{
19
}
20
21
// Destructor
22
template
<
int
dim>
NormalDerivativeNew<dim>::~NormalDerivativeNew
()
23
{
24
}
25
26
27
#include "NamespaceFooter.H"
28
29
#endif
NormalDerivativeNew::NormalDerivativeNew
NormalDerivativeNew()
Null constructor.
Definition:
NormalDerivativeNewImplem.H:17
NormalDerivativeNew::~NormalDerivativeNew
virtual ~NormalDerivativeNew()
Destructor.
Definition:
NormalDerivativeNewImplem.H:22
Generated by
1.8.13