WarpX
Loading...
Searching...
No Matches
Enabled.H
Go to the documentation of this file.
1/* Copyright 2024 Axel Huebl
2 *
3 * This file is part of WarpX.
4 *
5 * License: BSD-3-Clause-LBNL
6 */
7#ifndef WARPX_EB_ENABLED_H_
8#define WARPX_EB_ENABLED_H_
9
10#include <AMReX_Config.H>
11
12namespace EB
13{
15 bool enabled ();
16
17} // namespace EB
18#endif // WARPX_EB_ENABLED_H_
Definition Enabled.cpp:18
bool enabled()
Definition Enabled.cpp:19