diff options
author | RossTheRoss <msattr@gmail.com> | 2019-04-04 19:48:41 -0500 |
---|---|---|
committer | RossTheRoss <msattr@gmail.com> | 2019-04-04 19:48:41 -0500 |
commit | 8640560b36ceab84750ba469aaa4102f1224bafe (patch) | |
tree | 415b57b5d05344486621d9c34c90d66c067229a8 /ee1301/wk5 | |
parent | ??? (diff) | |
download | homework-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')
-rw-r--r-- | ee1301/wk5/hw5_directory/strap012_HW5C.cpp | 2 |
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() { |