mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unnecessary #include and correct whitespace
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
511ee9ddeb
commit
c38e0f225f
2 changed files with 4 additions and 6 deletions
|
|
@ -501,7 +501,7 @@ void add_segment(struct deco_state *ds, double pressure, const struct gasmix *ga
|
|||
ds->tissue_inertgas_saturation[ci] = ds->tissue_n2_sat[ci] + ds->tissue_he_sat[ci];
|
||||
|
||||
}
|
||||
if(decoMode() == VPMB)
|
||||
if (decoMode() == VPMB)
|
||||
calc_crushing_pressure(ds, pressure);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue