From a7e712d14e6950e7c189424db69ad5cbc4525f53 Mon Sep 17 00:00:00 2001 From: itischler Date: Thu, 31 Jan 2019 11:40:02 +0100 Subject: [PATCH] changed to the correct define feature --- src/python/espressomd/electrokinetics.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/espressomd/electrokinetics.pyx b/src/python/espressomd/electrokinetics.pyx index 30fadd3ecc2..4e440525e22 100644 --- a/src/python/espressomd/electrokinetics.pyx +++ b/src/python/espressomd/electrokinetics.pyx @@ -1,7 +1,7 @@ from __future__ import print_function, absolute_import include "myconfig.pxi" from .lb cimport HydrodynamicInteraction -IF LB: +IF LB_GPU: from .lb cimport lb_lbnode_is_index_valid from . import utils import numpy as np