blob: 631dd3b06c1d3c7516abcb7e2cfa907fab50d80d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Copyright 2021 Luca Fedeli
*
* This file is part of WarpX.
*
* License: BSD-3-Clause-LBNL
*/
struct SpectralFieldIndex;
struct SpectralAvgFieldIndex;
struct SpectralPMLIndex;
class SpectralFieldData;
|