pre-processor memory squeezing (dense map)

This commit is contained in:
Arndt 2014-12-12 21:39:21 +01:00
parent bd5dfb0b2e
commit 4933d91a82
6 changed files with 142 additions and 64 deletions

View file

@ -20,7 +20,7 @@ public class TinyDenseLongMap extends DenseLongMap
public TinyDenseLongMap()
{
super(1);
super();
// pointer array
pa = new int[MAXLISTS];