From 3adc9e08715fb695b8a7f53d5cfb3db1bd434b05 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 17 Feb 2016 10:09:48 -0800 Subject: 2667 - redo container data structure I've been gradually Greenspunning reagents. Just go all the way. --- 077hash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '077hash.cc') diff --git a/077hash.cc b/077hash.cc index ea185cfa..f2cc403d 100644 --- a/077hash.cc +++ b/077hash.cc @@ -104,7 +104,7 @@ size_t hash_mu_container(size_t h, const reagent& r) { element.set_value(address+offset); h = hash(h, element); //? cerr << i << ": " << h << '\n'; - offset += size_of(info.elements.at(i)); + offset += size_of(info.elements.at(i).type); } return h; } -- cgit 1.4.1-2-gfad0