aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Particles/PhysicalParticleContainer.H7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.H b/Source/Particles/PhysicalParticleContainer.H
index 3c8a9dc5c..bc0366adc 100644
--- a/Source/Particles/PhysicalParticleContainer.H
+++ b/Source/Particles/PhysicalParticleContainer.H
@@ -46,13 +46,6 @@ class PhysicalParticleContainer
{
public:
- enum PhysicalParticleType{
- electron,
- positron,
- photon,
- other
- };
-
PhysicalParticleContainer (amrex::AmrCore* amr_core,
int ispecies,
const std::string& name);