From df10673fdfbf3fa9a293a8b01911350fd873bc41 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Mon, 21 Oct 2019 18:11:20 +0200 Subject: added I) methods --- Source/Particles/MultiParticleContainer.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/Particles/MultiParticleContainer.cpp') diff --git a/Source/Particles/MultiParticleContainer.cpp b/Source/Particles/MultiParticleContainer.cpp index e825b0f35..462ec36a3 100644 --- a/Source/Particles/MultiParticleContainer.cpp +++ b/Source/Particles/MultiParticleContainer.cpp @@ -4,6 +4,7 @@ #include #include +#include #include #include @@ -770,7 +771,7 @@ void MultiParticleContainer::InitQuantumSync () if(generate_table && ParallelDescriptor::IOProcessor()){ qs_engine.compute_lookup_tables(ctrl); Vector all_data = qs_engine.export_lookup_tables_data(); - //TODO: WRITE + WarpXUtilIO::WriteBinaryDataOnFile(filename, all_data); } ParallelDescriptor::Barrier(); @@ -790,7 +791,7 @@ void MultiParticleContainer::InitBreitWheeler () if(generate_table && ParallelDescriptor::IOProcessor()){ bw_engine.compute_lookup_tables(ctrl); Vector all_data = bw_engine.export_lookup_tables_data(); - //TODO: WRITE + WarpXUtilIO::WriteBinaryDataOnFile(filename, all_data); } ParallelDescriptor::Barrier(); -- cgit v1.2.3