aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2022-03-14 01:42:44 -0700
committerGravatar GitHub <noreply@github.com> 2022-03-14 09:42:44 +0100
commit37abbdec246cb1191e809c537af46267c9da61fe (patch)
tree15267851acd33915846f7df8d42234d376f9c47e /Source/Particles/MultiParticleContainer.cpp
parent7df47510e16b785ff70254ef27aaea6ea9770003 (diff)
downloadWarpX-37abbdec246cb1191e809c537af46267c9da61fe.tar.gz
WarpX-37abbdec246cb1191e809c537af46267c9da61fe.tar.zst
WarpX-37abbdec246cb1191e809c537af46267c9da61fe.zip
QED: Add Space in Multiline Warnings (#2956)
Just a missing space we saw in the warning message between the sentences.
Diffstat (limited to 'Source/Particles/MultiParticleContainer.cpp')
-rw-r--r--Source/Particles/MultiParticleContainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/MultiParticleContainer.cpp b/Source/Particles/MultiParticleContainer.cpp
index e6276fb4b..156f90905 100644
--- a/Source/Particles/MultiParticleContainer.cpp
+++ b/Source/Particles/MultiParticleContainer.cpp
@@ -1069,7 +1069,7 @@ void MultiParticleContainer::InitQuantumSync ()
}
else if(lookup_table_mode == "builtin"){
WarpX::GetInstance().RecordWarning("QED",
- "The built-in Quantum Synchrotron table will be used."
+ "The built-in Quantum Synchrotron table will be used. "
"This low resolution table is intended for testing purposes only.",
WarnPriority::medium);
m_shr_p_qs_engine->init_builtin_tables(qs_minimum_chi_part);
@@ -1127,7 +1127,7 @@ void MultiParticleContainer::InitBreitWheeler ()
}
else if(lookup_table_mode == "builtin"){
WarpX::GetInstance().RecordWarning("QED",
- "The built-in Breit Wheeler table will be used."
+ "The built-in Breit Wheeler table will be used. "
"This low resolution table is intended for testing purposes only.",
WarnPriority::medium);
m_shr_p_bw_engine->init_builtin_tables(bw_minimum_chi_part);