aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk5/hw5_directory/strap012_HW5C.cpp
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2019-04-04 19:48:41 -0500
committerRossTheRoss <msattr@gmail.com>2019-04-04 19:48:41 -0500
commit8640560b36ceab84750ba469aaa4102f1224bafe (patch)
tree415b57b5d05344486621d9c34c90d66c067229a8 /ee1301/wk5/hw5_directory/strap012_HW5C.cpp
parent??? (diff)
downloadhomework-8640560b36ceab84750ba469aaa4102f1224bafe.tar
homework-8640560b36ceab84750ba469aaa4102f1224bafe.tar.gz
homework-8640560b36ceab84750ba469aaa4102f1224bafe.tar.bz2
homework-8640560b36ceab84750ba469aaa4102f1224bafe.tar.lz
homework-8640560b36ceab84750ba469aaa4102f1224bafe.tar.xz
homework-8640560b36ceab84750ba469aaa4102f1224bafe.tar.zst
homework-8640560b36ceab84750ba469aaa4102f1224bafe.zip
????
Diffstat (limited to 'ee1301/wk5/hw5_directory/strap012_HW5C.cpp')
-rw-r--r--ee1301/wk5/hw5_directory/strap012_HW5C.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk5/hw5_directory/strap012_HW5C.cpp b/ee1301/wk5/hw5_directory/strap012_HW5C.cpp
index b2505e1..dc223dd 100644
--- a/ee1301/wk5/hw5_directory/strap012_HW5C.cpp
+++ b/ee1301/wk5/hw5_directory/strap012_HW5C.cpp
@@ -16,7 +16,7 @@ using namespace std;
int maxRow = -1, maxColumn = 0;
void getInput(int input[SIZE][SIZE]);
void makeNewArray(int oldArray[SIZE][SIZE], int newArray[SIZE][SIZE]);
-void pixelAverage(int inArray[SIZE][SIZE], int outArray[SIZE][SIZE]);
+//void pixelAverage(int inArray[SIZE][SIZE], int outArray[SIZE][SIZE]);
void printArray(int array[SIZE][SIZE]);
int main() {