diff options
author | 2020-01-29 09:38:51 -0800 | |
---|---|---|
committer | 2020-01-29 09:38:51 -0800 | |
commit | 641001cf76b4039a505462d9a1943951553ee0fd (patch) | |
tree | 8a04283eb9cc8b9d72750ee5c8c6ea86934d3818 /Source/Python/WarpXWrappers.h | |
parent | b76129bc82f0576a2b764113645862c07a79e57b (diff) | |
parent | 3a69c525d61945db6a3bd74dd4c7b1c60c08cf65 (diff) | |
download | WarpX-641001cf76b4039a505462d9a1943951553ee0fd.tar.gz WarpX-641001cf76b4039a505462d9a1943951553ee0fd.tar.zst WarpX-641001cf76b4039a505462d9a1943951553ee0fd.zip |
Merge branch 'dev' into yt_3d_script
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index 4de885b88..53309ad93 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -1,3 +1,10 @@ +/* Copyright 2019 Andrew Myers, David Grote, Maxence Thevenet + * Remi Lehe, Weiqun Zhang + * + * This file is part of WarpX. + * + * License: BSD-3-Clause-LBNL + */ #ifndef WARPX_WRAPPERS_H_ #define WARPX_WRAPPERS_H_ @@ -95,9 +102,11 @@ extern "C" { int warpx_checkInt (); int warpx_plotInt (); + int warpx_openpmdInt (); void warpx_WriteCheckPointFile (); void warpx_WritePlotFile (); + void warpx_WriteOpenPMDFile (); int warpx_finestLevel (); |