diff options
author | 2021-02-05 18:35:43 +0100 | |
---|---|---|
committer | 2021-02-05 09:35:43 -0800 | |
commit | 4dad73885c78a0d025da623ff5aba92bbbb0be2b (patch) | |
tree | 2dfd4900c13310cb2ee621f6b0a0b39864630ca4 /Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.H | |
parent | 86f657fdeac78e2c0e6d3d5f709e175256e8a368 (diff) | |
download | WarpX-4dad73885c78a0d025da623ff5aba92bbbb0be2b.tar.gz WarpX-4dad73885c78a0d025da623ff5aba92bbbb0be2b.tar.zst WarpX-4dad73885c78a0d025da623ff5aba92bbbb0be2b.zip |
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 <axel.huebl@plasma.ninja>
Diffstat (limited to 'Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.H')
-rw-r--r-- | Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.H b/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.H index 3ab0f106f..cc3d4eba1 100644 --- a/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.H +++ b/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.H @@ -15,8 +15,8 @@ #include <AMReX_Vector.H> #include <AMReX_Gpu.H> -#include <physics/quantum_sync/quantum_sync_engine_tables.hpp> -#include <physics/quantum_sync/quantum_sync_engine_core.hpp> +#include <picsar_qed/physics/quantum_sync/quantum_sync_engine_tables.hpp> +#include <picsar_qed/physics/quantum_sync/quantum_sync_engine_core.hpp> #include <string> #include <vector> |