diff options
author | 2020-01-09 10:24:41 -0800 | |
---|---|---|
committer | 2020-01-09 10:24:41 -0800 | |
commit | e45710b641c01970a1cc9eb2eae244899091106b (patch) | |
tree | fe5b62f2406a915e9026805cd7ed4f102d1552bf /Source/BoundaryConditions/WarpXEvolvePML.cpp | |
parent | bbaf7f627fc272c4d47849f42cadf29231648f5a (diff) | |
parent | 0b25b1b68f1b70e965295505d1503a3e57b6c2cc (diff) | |
download | WarpX-e45710b641c01970a1cc9eb2eae244899091106b.tar.gz WarpX-e45710b641c01970a1cc9eb2eae244899091106b.tar.zst WarpX-e45710b641c01970a1cc9eb2eae244899091106b.zip |
Merge branch 'dev' into elementary_process
Diffstat (limited to 'Source/BoundaryConditions/WarpXEvolvePML.cpp')
-rw-r--r-- | Source/BoundaryConditions/WarpXEvolvePML.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/BoundaryConditions/WarpXEvolvePML.cpp b/Source/BoundaryConditions/WarpXEvolvePML.cpp index e7540c8a9..bd29d1b65 100644 --- a/Source/BoundaryConditions/WarpXEvolvePML.cpp +++ b/Source/BoundaryConditions/WarpXEvolvePML.cpp @@ -233,7 +233,9 @@ WarpX::DampJPML (int lev, PatchType patch_type) } } -/* \brief Copy the current J from the regular grid to the PML */ +/** + * \brief Copy the current J from the regular grid to the PML + */ void WarpX::CopyJPML () { |