Commit fa0f10f2 authored by Stan Moore's avatar Stan Moore
Browse files

Remove debug output

parent 6ed2adcd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3190,9 +3190,7 @@ void PairReaxCKokkos<DeviceType>::operator()(PairReaxComputeBond1<NEIGHFLAG,EVFL
    const F_FLOAT eng_tmp = ebond + estriph;
    if (eflag_atom) this->template e_tally<NEIGHFLAG>(ev,i,j,eng_tmp);
  }
  printf("Start BOND1\n");
  a_CdDelta[i] += CdDelta_i;
  printf("DONE BOND1\n");
}

template<class DeviceType>