flag two more subroutines can trigger the variable tracking message and slow down compilation

This commit is contained in:
Axel Kohlmeyer
2020-03-17 12:33:23 -04:00
parent b692da3b01
commit 2c282b693e
2 changed files with 2 additions and 2 deletions

View File

@ -1659,7 +1659,7 @@ int PPPMDisp::check_convergence(double** A,double** Q,double** A0,
allocate memory that depends on # of K-vectors and order
------------------------------------------------------------------------- */
void PPPMDisp::allocate()
void _noopt PPPMDisp::allocate()
{
int (*procneigh)[2] = comm->procneigh;

View File

@ -5017,7 +5017,7 @@ double PairBOP::PiBo(int itmp, int jtmp)
/* ---------------------------------------------------------------------- */
void PairBOP::read_table(char *filename)
void _noopt PairBOP::read_table(char *filename)
{
int i,j,k,n,m;
int buf1,pass;