From a41112988a240e7373b79c18caf57d73a0919d5b Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Tue, 18 Oct 2022 08:08:20 -0700 Subject: Extra commit --- BlankConsoleLab/BlankConsoleLab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 0438244..955e418 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -16,6 +16,7 @@ using std::setprecision; int main() { + int kwidth, klength; cout << fixed << showpoint << setprecision(2); @@ -117,6 +118,5 @@ int main() cout << kgrav << "N." << endl; - } -- cgit v1.2.3