From eb43e9b4b7a5941f996e59d008203c5d3989346a Mon Sep 17 00:00:00 2001 From: Hicham Agueny <95568317+HichamAgueny@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:49:34 +0100 Subject: [PATCH] add "import ctypes" --- GPUSimulators/FORCE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPUSimulators/FORCE.py b/GPUSimulators/FORCE.py index 205c4d7..092711a 100644 --- a/GPUSimulators/FORCE.py +++ b/GPUSimulators/FORCE.py @@ -24,7 +24,7 @@ along with this program. If not, see . from GPUSimulators import Simulator, Common from GPUSimulators.Simulator import BaseSimulator, BoundaryCondition import numpy as np - +import ctypes #from pycuda import gpuarray from hip import hip,hiprtc