From 4dad73885c78a0d025da623ff5aba92bbbb0be2b Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Fri, 5 Feb 2021 18:35:43 +0100 Subject: Set QED support ON by default (#1529) * updated doc * updated cmake * fixed bug * updates to take into account modifications in picsar_qed folder structure * fixed bug * fixed bug * picsar/improve_makefile is now used for tests * use sycl fix with picsar_qed * update defines for picsar * Update PICSAR Git Links Co-authored-by: Axel Huebl --- .../ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp') diff --git a/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp b/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp index 3f839ce91..0019f042b 100644 --- a/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp +++ b/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp @@ -8,7 +8,7 @@ //Functions needed to generate a new table #ifdef WARPX_QED_TABLE_GEN -# include +# include #endif #include -- cgit v1.2.3