flag two more subroutines can trigger the variable tracking message and slow down compilation
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user