no need to make member const

This commit is contained in:
Axel Kohlmeyer
2025-06-29 19:28:00 -04:00
parent fee96bc777
commit 47332f8e46

View File

@ -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: