X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=dive.h;h=5cb32412308ee2219efa8f1c2e5faabeadfc5ab1;hb=0aad4d6094173fd3c10e435be05bde541062232d;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[]; };