diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/QED/BreitWheelerEngineWrapper.cpp | 1 | ||||
-rw-r--r-- | Source/QED/QuantumSyncEngineWrapper.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Source/QED/BreitWheelerEngineWrapper.cpp b/Source/QED/BreitWheelerEngineWrapper.cpp index 011da6ee1..4b5bed98f 100644 --- a/Source/QED/BreitWheelerEngineWrapper.cpp +++ b/Source/QED/BreitWheelerEngineWrapper.cpp @@ -197,6 +197,7 @@ void BreitWheelerEngine::compute_lookup_tables ( { #ifdef WARPX_QED_TABLE_GEN table_builder.compute_table(ctrl, innards); + lookup_tables_initialized = true; #endif } diff --git a/Source/QED/QuantumSyncEngineWrapper.cpp b/Source/QED/QuantumSyncEngineWrapper.cpp index c1202ad21..5d54405a1 100644 --- a/Source/QED/QuantumSyncEngineWrapper.cpp +++ b/Source/QED/QuantumSyncEngineWrapper.cpp @@ -187,6 +187,7 @@ void QuantumSynchrotronEngine::compute_lookup_tables ( { #ifdef WARPX_QED_TABLE_GEN table_builder.compute_table(ctrl, innards); + lookup_tables_initialized = true; #endif } |