Unverified Commit 2c282b69 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent b692da3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;