aboutsummaryrefslogtreecommitdiff
path: root/Source/Evolve/WarpXDtType.H
blob: 89fcb506f7b768ccf1033de76618f70674545b9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2019 Maxence Thevenet
 *
 * This file is part of WarpX.
 *
 * License: BSD-3-Clause-LBNL
 */
#ifndef WARPX_DTTYPE_H_
#define WARPX_DTTYPE_H_

enum struct DtType : int
{
    Full = 0,
    FirstHalf,
    SecondHalf
};

#endif // WARPX_DTTYPE_H_