From 47332f8e4642304cfddb9da9a9d91de0b3cb7920 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 29 Jun 2025 19:28:00 -0400 Subject: [PATCH] no need to make member const --- src/OPENMP/thr_omp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OPENMP/thr_omp.h b/src/OPENMP/thr_omp.h index 4a2d044f46..4a038d551d 100644 --- a/src/OPENMP/thr_omp.h +++ b/src/OPENMP/thr_omp.h @@ -41,7 +41,7 @@ class ThrOMP { LAMMPS *lmp; // reference to base lammps object. FixOMP *fix; // pointer to fix_omp; - const int thr_style; + int thr_style; int thr_error; public: