Retrigger CI and fix #1474

This commit is contained in:
Andrew 2018-02-27 23:12:24 +01:00
parent 87e7cd9e19
commit f1aaf0777a
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ int main(int argc, char *argv[]){
timeg = time1/loops; timeg = time1/loops;
fprintf(stderr, fprintf(stderr,
" %10.2f MFlops %10.6f sec\n", " %10.2f MFlops %10.6f sec\n",
COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)n / timeg * 1.e-6, time1); COMPSIZE * COMPSIZE * (2.*(double)k+2.) * (double)m * (double)n / timeg * 1.e-6, time1);
} }