From 231536b10bac8ac42879de7a3e30ca4ddced5aba Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 26 Jan 2014 05:56:53 +0100 Subject: MiscUtils: Forgot to change access of package-private to public due to new package location (sorry) --- test/com/jogamp/opencl/test/util/MiscUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/com') diff --git a/test/com/jogamp/opencl/test/util/MiscUtils.java b/test/com/jogamp/opencl/test/util/MiscUtils.java index 5d74eb45..8332c24a 100644 --- a/test/com/jogamp/opencl/test/util/MiscUtils.java +++ b/test/com/jogamp/opencl/test/util/MiscUtils.java @@ -40,9 +40,9 @@ import static org.junit.Assert.*; public class MiscUtils { //decrease this value on systems with few memory. - final static int ONE_MB = 1048576; + public final static int ONE_MB = 1048576; - final static int NUM_ELEMENTS = 10000000; + public final static int NUM_ELEMENTS = 10000000; public static final void fillBuffer(ByteBuffer buffer, int seed) { -- cgit v1.2.3