aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanJacobs2022-08-26 13:21:16 +0200
committerSanJacobs2022-08-26 13:21:16 +0200
commit881ed621f9eca0ef8303cb3818eee1fd954141c1 (patch)
tree1999d1ed633eed74c940d3e06b61713e69a9caa8
parente1005fd4ace41de92fb9d652ce8005cb38e4ec00 (diff)
downloadsatscalc-881ed621f9eca0ef8303cb3818eee1fd954141c1.tar.gz
satscalc-881ed621f9eca0ef8303cb3818eee1fd954141c1.tar.bz2
satscalc-881ed621f9eca0ef8303cb3818eee1fd954141c1.zip
Possible alpha release candidate
-rwxr-xr-xsrc/time.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/time.cpp b/src/time.cpp
index 224a6f0..9cf7802 100755
--- a/src/time.cpp
+++ b/src/time.cpp
@@ -182,7 +182,6 @@ workday::workday(const moment& previous_wrap,
// THE VALUE-FACTOR CALCULATION PART
- // TODO: Test holidays
// TODO: Consider replacing splitpoints[x] with redoing the math for code flexibility?
for(int ii=0; ii < total_timeblocks; ii++){