mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
deco.c: fix warnings about unused variables
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f622516dd0
commit
34147426de
1 changed files with 0 additions and 2 deletions
2
deco.c
2
deco.c
|
@ -369,7 +369,6 @@ double calc_surface_phase(double surface_pressure, double he_pressure, double n2
|
|||
void vpmb_start_gradient()
|
||||
{
|
||||
int ci;
|
||||
double gradient_n2, gradient_he;
|
||||
|
||||
for (ci = 0; ci < 16; ++ci) {
|
||||
initial_n2_gradient[ci] = bottom_n2_gradient[ci] = 2.0 * (vpmb_config.surface_tension_gamma / vpmb_config.skin_compression_gammaC) * ((vpmb_config.skin_compression_gammaC - vpmb_config.surface_tension_gamma) / n2_regen_radius[ci]);
|
||||
|
@ -380,7 +379,6 @@ void vpmb_start_gradient()
|
|||
void vpmb_next_gradient(double deco_time, double surface_pressure)
|
||||
{
|
||||
int ci;
|
||||
double gradient_n2, gradient_he;
|
||||
double n2_b, n2_c;
|
||||
double he_b, he_c;
|
||||
double desat_time;
|
||||
|
|
Loading…
Reference in a new issue