Skip to content

Commit 2229aa7

Browse files
committed
clang
1 parent dc7fffe commit 2229aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Graph/acc_check.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int main(int argc, char* argv[]) {
7070
for (int j = 0; j < 28; ++j) {
7171
size_t a = ind;
7272
for (size_t n = 0; n < name; n++) a += counts[n] + 1;
73-
res[(a)*28 * 28 + i * 28 + j] = channels[0].at<uchar>(j, i);
73+
res[(a) * 28 * 28 + i * 28 + j] = channels[0].at<uchar>(j, i);
7474
}
7575
}
7676
}

0 commit comments

Comments
 (0)