fix stupid typo

This commit is contained in:
Axel Kohlmeyer 2019-02-12 11:34:26 -05:00
parent 36ad48b259
commit 82187eaac3
1 changed files with 1 additions and 1 deletions

View File

@ -1162,7 +1162,7 @@ const char *Info::get_openmp_info()
#if _OPENMP > 201811
return (const char *)"OpenMP newer than v5.0";
#if _OPENMP == 201811
#elif _OPENMP == 201811
return (const char *)"OpenMP v5.0 or newer";
#elif _OPENMP == 201511
return (const char *)"OpenMP v4.5";