Use enum class for gmx_omp_nthreads
[alexxy/gromacs.git] / src / gromacs / taskassignment / decidegpuusage.cpp
index b4d02f8213f26135a945c87a2f1fd6d96166648c..d6a0b36e5f337d018d5791cd18df6f69f79b7141 100644 (file)
@@ -83,7 +83,7 @@ namespace
 {
 
 //! Helper variable to localise the text of an often repeated message.
-const char* g_specifyEverythingFormatString =
+const char* const g_specifyEverythingFormatString =
         "When you use mdrun -gputasks, %s must be set to non-default "
         "values, so that the device IDs can be interpreted correctly."
 #if GMX_GPU