From 3e98c31a491fb438cb98692c7a62dbcdd717c39b Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Wed, 9 Nov 2022 11:29:57 -0800 Subject: BTD: remove old/legacy back-transformed diagnostics (#3485) * Start removing old BTD * Remove GetCellCenteredData * Remove do_backtransform_fields and do_backtransform_particles * Remove more functions * Remove more variables * Update documentation * Fix CI test `RigidInjection_BTD` * Remove slicing from `BTD_ReducedSliceDiag` * Rename `BTD_ReducedSliceDiag` as `LaserAcceleration_BTD` * Query deprecated input and abort Co-authored-by: Edoardo Zoni --- Source/Particles/LaserParticleContainer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Particles/LaserParticleContainer.cpp') diff --git a/Source/Particles/LaserParticleContainer.cpp b/Source/Particles/LaserParticleContainer.cpp index b810723fe..001fc4631 100644 --- a/Source/Particles/LaserParticleContainer.cpp +++ b/Source/Particles/LaserParticleContainer.cpp @@ -85,7 +85,6 @@ LaserParticleContainer::LaserParticleContainer (AmrCore* amr_core, int ispecies, { charge = 1.0; mass = std::numeric_limits::max(); - do_back_transformed_diagnostics = 0; ParmParse pp_laser_name(m_laser_name); -- cgit v1.2.3