diff options
author | SanJacobs | 2022-08-26 13:21:16 +0200 |
---|---|---|
committer | SanJacobs | 2022-08-26 13:21:16 +0200 |
commit | 881ed621f9eca0ef8303cb3818eee1fd954141c1 (patch) | |
tree | 1999d1ed633eed74c940d3e06b61713e69a9caa8 /src/time.cpp | |
parent | e1005fd4ace41de92fb9d652ce8005cb38e4ec00 (diff) | |
download | satscalc-881ed621f9eca0ef8303cb3818eee1fd954141c1.tar.gz satscalc-881ed621f9eca0ef8303cb3818eee1fd954141c1.tar.bz2 satscalc-881ed621f9eca0ef8303cb3818eee1fd954141c1.zip |
Possible alpha release candidate
Diffstat (limited to 'src/time.cpp')
-rwxr-xr-x | src/time.cpp | 1 |
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++){ |