diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 7fa93c156..fe8b2840d 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -207,6 +207,8 @@ public: void CopyJPML (); + PML* GetPML (int lev); + void PushParticlesandDepose (int lev, amrex::Real cur_time, DtType a_dt_type=DtType::Full); void PushParticlesandDepose ( amrex::Real cur_time); |