Normand Briere
2018-05-22 42107f9a01652cb2f47228d20c1148a2a22f6a63
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];