Skip to content

Commit 26651cc

Browse files
authored
Revert accidential typo
1 parent fc2e28f commit 26651cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mesh/coordinates.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ Field3D Coordinates::Div_par(const Field3D& f, CELL_LOC outloc,
15901590
f_B.yup(i) = f.yup(i) / Bxy_floc.yup(i);
15911591
f_B.ydown(i) = f.ydown(i) / Bxy_floc.ydown(i);
15921592
}
1593-
return xy * Grad_par(f_B, outloc, method);
1593+
return Bxy * Grad_par(f_B, outloc, method);
15941594
}
15951595

15961596
/////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)