aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/ParticleIO.cpp
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers@lbl.gov> 2020-09-24 20:13:12 -0700
committerGravatar GitHub <noreply@github.com> 2020-09-24 20:13:12 -0700
commitde61ccbe14a552f8ebbe9255b485cb6bbc0f90da (patch)
treebb5d070dfc98df64a74448836cbdd028c92b7ffc /Source/Diagnostics/ParticleIO.cpp
parentbd11b4c5736c71384c2a1ff6a6b6ae46ac9046c9 (diff)
downloadWarpX-de61ccbe14a552f8ebbe9255b485cb6bbc0f90da.tar.gz
WarpX-de61ccbe14a552f8ebbe9255b485cb6bbc0f90da.tar.zst
WarpX-de61ccbe14a552f8ebbe9255b485cb6bbc0f90da.zip
remove unused functions from MultiParticleContainer (#1382)
Diffstat (limited to 'Source/Diagnostics/ParticleIO.cpp')
-rw-r--r--Source/Diagnostics/ParticleIO.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Diagnostics/ParticleIO.cpp b/Source/Diagnostics/ParticleIO.cpp
index 7e4dbb003..dacb15940 100644
--- a/Source/Diagnostics/ParticleIO.cpp
+++ b/Source/Diagnostics/ParticleIO.cpp
@@ -75,14 +75,6 @@ WarpXParticleContainer::WriteHeader (std::ostream& os) const
}
void
-MultiParticleContainer::Checkpoint (const std::string& dir) const
-{
- for (unsigned i = 0, n = species_names.size(); i < n; ++i) {
- allcontainers[i]->Checkpoint(dir, species_names[i]);
- }
-}
-
-void
MultiParticleContainer::Restart (const std::string& dir)
{
for (unsigned i = 0, n = species_names.size(); i < n; ++i) {