aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
authorSan Jacobs2024-01-02 12:00:47 +0100
committerSan Jacobs2024-01-02 12:00:47 +0100
commit0a51fac9f3a60ecfa647ad7aeb179c310dca3606 (patch)
tree6d0d4b3e3c375f680edb93a2fe9ebf69c0dd5c96 /src/time.h
parent5b3537db08f98372acdd3b5e22c42441132355c7 (diff)
downloadsatscalc-0a51fac9f3a60ecfa647ad7aeb179c310dca3606.tar.gz
satscalc-0a51fac9f3a60ecfa647ad7aeb179c310dca3606.tar.bz2
satscalc-0a51fac9f3a60ecfa647ad7aeb179c310dca3606.zip
Fixed 4-hour minimum bug referenced in 5f685eaabf4
Diffstat (limited to 'src/time.h')
-rwxr-xr-xsrc/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/time.h b/src/time.h
index 52562bd..1116969 100755
--- a/src/time.h
+++ b/src/time.h
@@ -110,3 +110,4 @@ moment timeinput(moment input_moment);
moment timeinput();
// TODO: Completely re-write timeinput to be beautiful and enforce valid dates
+moment timemax(moment a, moment b); \ No newline at end of file