consistently refer to INTEL package in upper case

This commit is contained in:
Axel Kohlmeyer
2022-01-23 21:12:22 -05:00
parent cd16556256
commit 88dadd0fff
3 changed files with 9 additions and 12 deletions

View File

@ -71,7 +71,7 @@ void VerletLRTIntel::init()
#ifndef LMP_INTEL_USELRT
error->all(FLERR,
"LRT otion for Intel package disabled at compile time");
"LRT otion for INTEL package disabled at compile time");
#endif
}