Skip to content

Commit bf7aebf

Browse files
committed
MEGRE: calc_conduction is done in energy stuff
1 parent f178268 commit bf7aebf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/advance.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ bool advance(Planets &planet,
141141
calc_aurora(gGrid, neutrals, ions);
142142
calc_aurora(mGrid, neutralsMag, ionsMag);
143143

144-
// Calculate some neutral source terms:
145-
neutrals.calc_conduction(gGrid, time);
146-
147144
// Calculate chemistry on both grids:
148145
chemistry.calc_chemistry(neutrals, ions, time, gGrid);
149146
chemistryMag.calc_chemistry(neutralsMag, ionsMag, time, mGrid);

0 commit comments

Comments
 (0)