blob: 25d9ae9587c37d4caf766845a82b82fb6ed4f04d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 2017-2020 David Grote
#
# This file is part of WarpX.
#
# License: BSD-3-Clause-LBNL
from .Bucket import Bucket
diagnostics = Bucket('diagnostics', diags_names=[])
diagnostics_list = []
|