X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=5cb32412308ee2219efa8f1c2e5faabeadfc5ab1;hb=d5c86ebe3dd67397f0f61d57ae9c07d995c38728;hp=1766cff8203ef2cb38a465f6f90aa403709b97d8;hpb=a93641b7222e767d6a3a1be598cd8099d8517059;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 1766cff..5cb3241 100644 --- a/dive.h +++ b/dive.h @@ -161,7 +161,7 @@ struct dive { depth_t visibility; temperature_t airtemp, watertemp; cylinder_t cylinder[MAX_CYLINDERS]; - double otu; + int otu; int samples, alloc_samples; struct sample sample[]; };