Skip to content

Commit c2e8c2c

Browse files
committed
STY: spacing
1 parent 6f396a8 commit c2e8c2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/neutrals_ics.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)