We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b5f72 commit 877fd8aCopy full SHA for 877fd8a
1 file changed
Source/Particles/Gather/FieldGather.H
@@ -1262,7 +1262,7 @@ void doGatherShapeNEsirkepovStencilImplicit (
1262
Exp += costheta_mid*E1p - sintheta_mid*E2p;
1263
Eyp += costheta_mid*E2p + sintheta_mid*E1p;
1264
1265
- // Convert B1p and B1p (which are actually Brp and Bthp) to Bxp and Byp
+ // Convert B1p and B2p (which are actually Brp and Bthp) to Bxp and Byp
1266
Bxp += costheta_mid*B1p - sintheta_mid*B2p;
1267
Byp += costheta_mid*B2p + sintheta_mid*B1p;
1268
#else
0 commit comments