Skip to content

Commit 0bb93cd

Browse files
committed
STY: removed a random comment
1 parent cdc8bac commit 0bb93cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/fill_grid.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ void Grid::fill_grid_bfield(Planets planet) {
200200
bfield_unit_vcgc[0].zeros();
201201
bfield_unit_vcgc[1].zeros();
202202
bfield_unit_vcgc[2] = 1.0 * sign(magInvLat_scgc * -1.0);
203-
204-
// slight complication -
205203
} else
206204
for (iDim = 0; iDim < 3; iDim++)
207205
bfield_unit_vcgc[iDim] = bfield_vcgc[iDim] / (bfield_mag_scgc + 1e-32);

0 commit comments

Comments
 (0)