WarpX
MultiDiagnostics_fwd.H
Go to the documentation of this file.
1 /* Copyright 2021 Luca Fedeli, Axel Huebl
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 
8 #ifndef WARPX_MULTI_DIAGNOSTICS_FWD_H
9 #define WARPX_MULTI_DIAGNOSTICS_FWD_H
10 
11 class MultiDiagnostics;
12 
13 #endif /* WARPX_MULTI_DIAGNOSTICS_FWD_H */
This class contains a vector of all diagnostics in the simulation.
Definition: MultiDiagnostics.H:21