WarpX
WarpXConst.H
Go to the documentation of this file.
1 /* Copyright 2019-2022 Andrew Myers, Luca Fedeli, Maxence Thevenet,
2  * Weiqun Zhang, Axel Huebl
3  *
4  * This file is part of WarpX.
5  *
6  * License: BSD-3-Clause-LBNL
7  */
8 #ifndef WARPX_CONST_H_
9 #define WARPX_CONST_H_
10 
11 #include <ablastr/constant.H>
12 
13 
14 namespace MathConst
15 {
16  using namespace ablastr::constant::math;
17 }
18 
19 namespace PhysConst
20 {
21  using namespace ablastr::constant::SI;
22 }
23 
24 #endif
Definition: WarpXConst.H:15
Definition: WarpXConst.H:20
Definition: constant.H:40
Definition: constant.H:19