From aacc30c4d793534029f72f96df6be6252bb410b4 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 28 Jun 2025 02:33:55 -0400 Subject: [PATCH] no benefit from declaring _tid const --- src/OPENMP/thr_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OPENMP/thr_data.h b/src/OPENMP/thr_data.h index d5a290be99..cb7151ffd0 100644 --- a/src/OPENMP/thr_data.h +++ b/src/OPENMP/thr_data.h @@ -130,7 +130,7 @@ class ThrData { void *_rho1d_6; void *_drho1d_6; // my thread id - const int _tid; + int _tid; // timer info int _timer_active; class Timer *_timer;