Skip to content

Commit 877fd8a

Browse files
fix comment typo.
1 parent c8b5f72 commit 877fd8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Particles/Gather/FieldGather.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ void doGatherShapeNEsirkepovStencilImplicit (
12621262
Exp += costheta_mid*E1p - sintheta_mid*E2p;
12631263
Eyp += costheta_mid*E2p + sintheta_mid*E1p;
12641264

1265-
// Convert B1p and B1p (which are actually Brp and Bthp) to Bxp and Byp
1265+
// Convert B1p and B2p (which are actually Brp and Bthp) to Bxp and Byp
12661266
Bxp += costheta_mid*B1p - sintheta_mid*B2p;
12671267
Byp += costheta_mid*B2p + sintheta_mid*B1p;
12681268
#else

0 commit comments

Comments
 (0)