diff options
author | Michael Bien <[email protected]> | 2010-03-27 03:05:12 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 03:05:12 +0100 |
commit | 446e292511a2315702ba608a082ac3a66154c1a8 (patch) | |
tree | 396920dcd8aa04cd023cddf632d95ddf86194321 /src/com/mbien/opencl/demos/julia3d/structs/Vec.java | |
parent | 2c230d8e774653c68905b5817c935c405ba1b548 (diff) |
refactoring due to gluegen changes.
- renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
Diffstat (limited to 'src/com/mbien/opencl/demos/julia3d/structs/Vec.java')
-rw-r--r-- | src/com/mbien/opencl/demos/julia3d/structs/Vec.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/mbien/opencl/demos/julia3d/structs/Vec.java b/src/com/mbien/opencl/demos/julia3d/structs/Vec.java index 9e4cf44..be2efc7 100644 --- a/src/com/mbien/opencl/demos/julia3d/structs/Vec.java +++ b/src/com/mbien/opencl/demos/julia3d/structs/Vec.java @@ -5,7 +5,7 @@ package com.mbien.opencl.demos.julia3d.structs; import java.nio.*; -import com.sun.gluegen.runtime.*; +import com.jogamp.gluegen.runtime.*; public abstract class Vec { |