]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Add OTU to divelist
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index 1766cff8203ef2cb38a465f6f90aa403709b97d8..5cb32412308ee2219efa8f1c2e5faabeadfc5ab1 100644 (file)
--- 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[];
 };