File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ bool advance(Planets &planet,
144144
145145 }
146146
147-
148147 // advect in the 1st and 2nd dimensions (horizontal), but only if
149148 // we have those dimensions:
150149 if (gGrid .get_HasXdim () || gGrid .get_HasYdim ()) {
@@ -155,6 +154,12 @@ bool advance(Planets &planet,
155154 neutrals.advect_horizontal (gGrid , time);
156155 didWork = neutrals.check_for_nonfinites (" Geo Grid: After Horizontal Advection" );
157156 ionsMag.exchange_old (mGrid );
157+ fill_horizontal_ghostcels (neutralsMag.temperature_scgc , mGrid .get_nGCs ());
158+
159+ // for (int iSpecies = 0; iSpecies < neutralsMag.nSpecies; iSpecies++)
160+ // fill_horizontal_ghostcels(neutralsMag.species[iSpecies].density_scgc,
161+ // mGrid.get_nGCs());
162+
158163 // neutralsMag.exchange_old(mGrid);
159164 }
160165
You can’t perform that action at this time.
0 commit comments