From b7dce2b3654df801a3904bc270dfcb641fcdb66e Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 02 Nov 2015 19:20:40 -0500
Subject: [PATCH] Rename GrafreeD

---
 LA.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/LA.java b/LA.java
index 9b85a39..87bd7d8 100644
--- a/LA.java
+++ b/LA.java
@@ -615,7 +615,7 @@
     private static int indxc[] = new int[4];
     
     
-    static int SIZE = 65536*64;
+    static int SIZE = 0; // 65536*64;
     
     static double[] costable = new double[SIZE];
     static double[] sintable = new double[SIZE];

--
Gitblit v1.6.2