From da2ad5b6e0bd23f14ead8fc3e4eb2124533aaccc Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 14 Dec 2016 15:51:12 -0500 Subject: [PATCH] update FixIntel code for new neighbor list code --- src/USER-INTEL/fix_intel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/USER-INTEL/fix_intel.cpp b/src/USER-INTEL/fix_intel.cpp index 84f4994901..7c5dd0b34c 100644 --- a/src/USER-INTEL/fix_intel.cpp +++ b/src/USER-INTEL/fix_intel.cpp @@ -325,8 +325,6 @@ void FixIntel::init() error->all(FLERR, "Currently, cannot use more than one intel style with hybrid."); - neighbor->fix_intel = (void *)this; - check_neighbor_intel(); if (_precision_mode == PREC_MODE_SINGLE) _single_buffers->zero_ev();