From 35ce418dd0d9ac0ef810450978ee0985d22b2990 Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Thu, 12 Sep 2019 08:32:31 -0700 Subject: further cleaning for photon PR --- Source/Particles/PhotonParticleContainer.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Source/Particles/PhotonParticleContainer.cpp') diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index 61e602ffb..c0a159f1b 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -21,17 +21,7 @@ using namespace amrex; PhotonParticleContainer::PhotonParticleContainer (AmrCore* amr_core, int ispecies, const std::string& name) : PhysicalParticleContainer(amr_core, ispecies, name) -{ - - // This will read .[...] from the inputs file - // where is the name of your species - ParmParse pp(species_name); - - // read .size_in_inches in the input file, and - // store it into member data. - pp.query("size_in_inches", size_in_inches); - -} +{} void PhotonParticleContainer::InitData() { @@ -100,7 +90,6 @@ PhotonParticleContainer::Evolve (int lev, // This does gather, push and depose. // Push and depose have been re-written for photon, // so they do not do anything. - // Currently, I guess photons do gather fields from the mesh. PhysicalParticleContainer::Evolve (lev, Ex, Ey, Ez, Bx, By, Bz, -- cgit v1.2.3