model: bugfix - resize thrd_last_action when adding objects
authorBrian Norris <banorris@uci.edu>
Thu, 12 Jul 2012 18:05:20 +0000 (11:05 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 12 Jul 2012 18:05:20 +0000 (11:05 -0700)
commitddc42efe21d50de5a6a70f82d0e45d5eea29f5fd
tree70f4951e4bde3047ffb1751acacfd982837b4095
parent2402e5837208604d0926053cde5db51ac0f0853f
model: bugfix - resize thrd_last_action when adding objects

Apparently, STL vectors don't resize automatically, nor do they warn or print
errors when you access them out-of-bounds...
model.cc