diff options
author | Michael Bien <[email protected]> | 2010-04-01 00:38:46 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-01 00:38:46 +0200 |
commit | fc0f84073394c6c06505f0c52215a72932b527c5 (patch) | |
tree | 7dafc9f55e0d24d8e28b4f96699c531ef26689f5 /src/com/mbien/opencl/CLInfoAccessor.java | |
parent | 11734980ca3a3457ed67fd054fa3041ba9b8040e (diff) |
modifications due to class movement in gluegen.
Diffstat (limited to 'src/com/mbien/opencl/CLInfoAccessor.java')
-rw-r--r-- | src/com/mbien/opencl/CLInfoAccessor.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/mbien/opencl/CLInfoAccessor.java b/src/com/mbien/opencl/CLInfoAccessor.java index ea69db33..9f2ae1aa 100644 --- a/src/com/mbien/opencl/CLInfoAccessor.java +++ b/src/com/mbien/opencl/CLInfoAccessor.java @@ -1,7 +1,7 @@ package com.mbien.opencl; -import com.jogamp.gluegen.runtime.Buffers; -import com.jogamp.gluegen.runtime.Int64Buffer; +import com.jogamp.common.nio.Buffers; +import com.jogamp.common.nio.Int64Buffer; import com.mbien.opencl.util.CLUtil; import java.nio.Buffer; import java.nio.ByteBuffer; |