aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2020-04-24 08:29:53 -0700
committerGravatar GitHub <noreply@github.com> 2020-04-24 08:29:53 -0700
commite317fd3f1af8d42e10696173118d96d4ecf360b6 (patch)
tree9fb376b2912138ed7c04835153b0ed5cda2852a9 /Source/Particles/PhysicalParticleContainer.cpp
parent9338081099d27c8a0ea8ddb8101ebfdfda118709 (diff)
downloadWarpX-e317fd3f1af8d42e10696173118d96d4ecf360b6.tar.gz
WarpX-e317fd3f1af8d42e10696173118d96d4ecf360b6.tar.zst
WarpX-e317fd3f1af8d42e10696173118d96d4ecf360b6.zip
ReducedDiags: Missing virtual Destructor (#947)
If a base class in C++ is not purely virtual, it needs a virtual destructor. ``` warning: delete called on 'ReducedDiags' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] ```
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
0 files changed, 0 insertions, 0 deletions