Normand Briere
2017-05-07 314b34423070cf127464da79a53cddf6b1c38587
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];