From 42107f9a01652cb2f47228d20c1148a2a22f6a63 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 22 May 2018 19:33:31 -0400
Subject: [PATCH] new torus code and VR

---
 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