Normand Briere
2017-10-02 fc0ac44e30a56c87c7cf39fe66f6b3178732f1b6
LA.java
....@@ -615,7 +615,7 @@
615615 private static int indxc[] = new int[4];
616616
617617
618
- static int SIZE = 65536*64;
618
+ static int SIZE = 0; // 65536*64;
619619
620620 static double[] costable = new double[SIZE];
621621 static double[] sintable = new double[SIZE];