aboutsummaryrefslogtreecommitdiffstats
path: root/backend-shared/divesummary.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend-shared/divesummary.h')
-rw-r--r--backend-shared/divesummary.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend-shared/divesummary.h b/backend-shared/divesummary.h
index 986024b44..a477bb0a3 100644
--- a/backend-shared/divesummary.h
+++ b/backend-shared/divesummary.h
@@ -21,9 +21,9 @@ private:
static timestamp_t firstDive, lastDive;
static int dives[2], divesEAN[2], divesDeep[2], diveplans[2];
- static long divetime[2], depth[2], sac[2];
- static long divetimeMax[2], depthMax[2], sacMin[2];
+ static long divetime[2], depth[2];
+ static long divetimeMax[2], depthMax[2], sacMin[2], sacMax[2];
static long divetimeAvg[2], depthAvg[2], sacAvg[2];
- static int divesSAC[2];
+ static long totalSACTime[2], totalSacVolume[2];
};
#endif // DIVESUMMARY_H