summaryrefslogtreecommitdiff
path: root/BlankConsoleLab
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-11-09 19:33:01 -0800
committerTaylor Rogers <[email protected]>2022-11-09 19:33:01 -0800
commitdef5ff0a842548d495c8d5d3e9ad5d04b88db346 (patch)
tree1a0749a8d4dfc4e4c1da26acdb4417a9ee1e9b7a /BlankConsoleLab
parentRemoved clamps and switched to OR, added continu loop (diff)
downloadcst116-lab2-taylorrog-master.tar.xz
cst116-lab2-taylorrog-master.zip
minor changesHEADmaster
Diffstat (limited to 'BlankConsoleLab')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index c03e657..f9f39e2 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -18,9 +18,9 @@ using std::setw;
const int Fmax = 121;
-signed const int Fmin = -80;
+int Fmin = -80;
const int Cmax = 49.5;
-signed const int Cmin = -62;
+int Cmin = -62;
const int Wmax = 231;
const int Wmin = 0;