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 71ca756 commit 9aca2a6Copy full SHA for 9aca2a6
Source/Particles/Collision/BinaryCollision/NuclearFusion/NuclearFusionFunc.H
@@ -197,9 +197,6 @@ public:
197
}
198
199
#if (defined WARPX_DIM_RZ)
200
- /* This momentum rotation is analogous to the one in ElasticCollisionPerez.H. */
201
- AMREX_ALWAYS_ASSERT_WITH_MESSAGE(WarpX::n_rz_azimuthal_modes==1,
202
- "RZ mode `warpx.n_rz_azimuthal_modes` must be 1 when using the binary nuclear fusion module.");
203
amrex::ParticleReal * const AMREX_RESTRICT theta1 = soa_1.m_rdata[PIdx::theta];
204
amrex::ParticleReal * const AMREX_RESTRICT theta2 = soa_2.m_rdata[PIdx::theta];
205
#endif
0 commit comments