File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -162,21 +162,18 @@ bool Neutrals::initial_conditions(Grid grid,
162162 // Make the initial condition in the lower ghost cells to be consistent
163163 // with the actual lowwer BC:
164164 // Set the lower boundary condition:
165+
165166 for (int iSpecies = 0 ; iSpecies < nSpecies; iSpecies++) {
166167 species[iSpecies].density_scgc .slice (0 ).
167168 fill (species[iSpecies].lower_bc_density );
168169 }
169-
170170 report.print (2 , " Calculating scale height" );
171171 calc_scale_height (grid);
172172 report.print (2 , " setting lower BCs" );
173173 set_lower_bcs (grid, time, indices);
174-
175174 report.print (2 , " Filling with hydrostatic" );
176-
177175 for (int iSpecies = 0 ; iSpecies < nSpecies; iSpecies++)
178176 fill_with_hydrostatic (iSpecies, nGCs, nAlts, grid);
179-
180177 } // type = planet
181178 }
182179
You can’t perform that action at this time.
0 commit comments