aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXConst.H
blob: d6f016ede4f3f50f86edeafd1043258a77080bd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Copyright 2019-2022 Andrew Myers, Luca Fedeli, Maxence Thevenet,
 *                     Weiqun Zhang, Axel Huebl
 *
 * This file is part of WarpX.
 *
 * License: BSD-3-Clause-LBNL
 */
#ifndef WARPX_CONST_H_
#define WARPX_CONST_H_

#include <ablastr/constant.H>


namespace MathConst
{
    using namespace ablastr::constant::math;
}

namespace PhysConst
{
    using namespace ablastr::constant::SI;
}

#endif