diff options
author | 2021-07-24 01:15:59 -0700 | |
---|---|---|
committer | 2021-07-24 01:15:59 -0700 | |
commit | 8aa7df14ed2261f8f55293bcc7bf5ed8131bf49d (patch) | |
tree | e69e738daad067dd3323239200bc566b93145e0e /Source | |
parent | 8cd71262b57e321756cf538502b28a16011272a2 (diff) | |
download | WarpX-8aa7df14ed2261f8f55293bcc7bf5ed8131bf49d.tar.gz WarpX-8aa7df14ed2261f8f55293bcc7bf5ed8131bf49d.tar.zst WarpX-8aa7df14ed2261f8f55293bcc7bf5ed8131bf49d.zip |
clean up documentation (#2127)
* clean up documentation
* remove left-over function declaration not used or defined
Diffstat (limited to 'Source')
-rw-r--r-- | Source/WarpX.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index a30262a25..fc461b2a0 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -365,7 +365,6 @@ public: void EvolveE (int lev, PatchType patch_type, amrex::Real dt); void EvolveF (int lev, PatchType patch_type, amrex::Real dt, DtType dt_type); void EvolveG (int lev, PatchType patch_type, amrex::Real dt, DtType dt_type); - void ApplySilverMuellerBoundary (amrex::Real dt); void MacroscopicEvolveE ( amrex::Real dt); void MacroscopicEvolveE (int lev, amrex::Real dt); |