aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
authorSan Jacobs2022-08-07 21:08:27 +0200
committerSan Jacobs2022-08-07 21:23:25 +0200
commit8ee3309484ae12ec1abb72b097499c79656da657 (patch)
tree15f3e3a28f26afd418ae028f1a01c163c7eae19f /src/time.h
parent05984f9d790c8218ed2cc7758e272e70c35e9c31 (diff)
downloadsatscalc-8ee3309484ae12ec1abb72b097499c79656da657.tar.gz
satscalc-8ee3309484ae12ec1abb72b097499c79656da657.tar.bz2
satscalc-8ee3309484ae12ec1abb72b097499c79656da657.zip
Added reasons to overtime rates, implemented ยง6.12
Diffstat (limited to 'src/time.h')
-rwxr-xr-xsrc/time.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/time.h b/src/time.h
index ba803bd..efade95 100755
--- a/src/time.h
+++ b/src/time.h
@@ -48,7 +48,8 @@ struct timeblock{
moment end;
double hourcount();
float valuefactor = 1;
- float upvalue(float suggestion);
+ float upvalue(float suggestion, std::string reason);
+ std::string price_reason = "Norm";
};
struct workday{