no benefit from declaring _tid const
This commit is contained in:
@ -130,7 +130,7 @@ class ThrData {
|
|||||||
void *_rho1d_6;
|
void *_rho1d_6;
|
||||||
void *_drho1d_6;
|
void *_drho1d_6;
|
||||||
// my thread id
|
// my thread id
|
||||||
const int _tid;
|
int _tid;
|
||||||
// timer info
|
// timer info
|
||||||
int _timer_active;
|
int _timer_active;
|
||||||
class Timer *_timer;
|
class Timer *_timer;
|
||||||
|
|||||||
Reference in New Issue
Block a user