aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.cpp b/main.cpp
index b8c62c3..2b037d7 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,4 +1,3 @@
-//tyler taormina
//cst 116
//dec 7, 2021
//Project 3 (Isabella Mon, Tyler Taormina)
@@ -39,8 +38,6 @@ int main()
ProcessChoice(flag, menu_choice, SIZE, mat1, mat2, matMult, tranMat, matSum);
}
-
-
cout << "Thanks for checking out the program!" << endl;
return 0;
}
@@ -222,7 +219,6 @@ void ProcessChoice (int& flag, int menu_choice, int size, float mat1[SIZE][SIZE]
}
-
void ClearBuffer()
{
// clears buffer after menu choice so as not to interfere with the following user inputs.