Skip to content

Commit 12ba82c

Browse files
committed
FEAT: exchange messages for ion grid
1 parent 1f0622b commit 12ba82c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/advance.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ bool advance(Planets &planet,
127127
if (gGrid.get_HasXdim() || gGrid.get_HasYdim()) {
128128
neutrals.exchange_old(gGrid);
129129
ions.exchange_old(gGrid);
130+
ionsMag.exchange_old(mGrid);
130131
advect(gGrid, time, neutrals);
131132
}
132133

0 commit comments

Comments
 (0)