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: