Skip to content

Commit d6f03c5

Browse files
committed
fixed output format
1 parent a1ea8a7 commit d6f03c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matrixmul.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ int main(int argc, char * argv[]) {
8181
if (DEBUG) { // in debug mode, output everything to stderr to avoid stream mixing
8282
ONE_DBG cerr << "---- C ----" << endl << whole_C;
8383
} else {
84+
ONE_WORKER cout << whole_C.height << " " << whole_C.width << endl;
8485
ONE_WORKER cout << whole_C;
8586
}
8687
}

0 commit comments

Comments
 (0)