From 9f138260dafeb5a1b541fff8dd577422439feb0b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 23 Apr 2013 10:25:26 -0600 Subject: Fixed random zeros bug. They weren't that random, the resize routine in PackedIntArray was written poorly. It was growing too much and computing the size of the original array incorrectly, so not all the data was being copied every time. --- src/unitnumber.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unitnumber.h') diff --git a/src/unitnumber.h b/src/unitnumber.h index 89b1c0f..76496b9 100644 --- a/src/unitnumber.h +++ b/src/unitnumber.h @@ -9,6 +9,7 @@ public: UnitNumber(); virtual ~UnitNumber(); + void parse1(); void multiply1(); }; -- cgit v1.2.3