We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268084c commit ed8b2c3Copy full SHA for ed8b2c3
Source/Spray/SpraySetup.cpp
@@ -77,9 +77,10 @@ SprayParticleContainer::readSprayParams(int& particle_verbose)
77
#if AMREX_SPACEDIM == 1
78
amrex::Abort("Spray model not valid in 1D");
79
#elif AMREX_SPACEDIM == 2
80
- amrex::Warning(
81
- " Warning: Spray model in 2D assumes narrow domain in z-direction (Lz = "
82
- "dz)");
+ amrex::Print()
+ << " Warning: Spray model in 2D assumes narrow domain in z-direction (Lz = "
+ "dz)!"
83
+ << std::endl;
84
#endif
85
m_sprayData = new SprayData{};
86
d_sprayData =
0 commit comments