diff options
author | Michael Bien <[email protected]> | 2010-04-01 00:45:19 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-01 00:45:19 +0200 |
commit | a09a4fcc59fd0a4fb716f4fcd9c779575045ab15 (patch) | |
tree | ec7173b3361406b1697698a0b09a18b07f87f2f5 /src/com/mbien/opencl/demos/julia3d/structs/Vec.java | |
parent | fe567f8d89d6b4aa45f34b4f2557db5db0b158da (diff) |
modifications due to class movement in gluegen.
Diffstat (limited to 'src/com/mbien/opencl/demos/julia3d/structs/Vec.java')
-rw-r--r-- | src/com/mbien/opencl/demos/julia3d/structs/Vec.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/mbien/opencl/demos/julia3d/structs/Vec.java b/src/com/mbien/opencl/demos/julia3d/structs/Vec.java index 89a79dd..3bd6b18 100644 --- a/src/com/mbien/opencl/demos/julia3d/structs/Vec.java +++ b/src/com/mbien/opencl/demos/julia3d/structs/Vec.java @@ -3,9 +3,8 @@ package com.mbien.opencl.demos.julia3d.structs; -import java.nio.*; -import com.jogamp.gluegen.runtime.*; +import com.jogamp.common.nio.*; public abstract class Vec { |