model: rename check_current_action() local variables
authorBrian Norris <banorris@uci.edu>
Mon, 14 May 2012 19:38:30 +0000 (12:38 -0700)
committerBrian Norris <banorris@uci.edu>
Mon, 14 May 2012 19:40:33 +0000 (12:40 -0700)
commita660db92e26c99c47bc5c3518cd301b0e729a92d
tree5047c14a787d4515e13224bca45013ae6c7adc11
parent5cc76af4d9e0d18759c88218c185fad7ab033822
model: rename check_current_action() local variables

This function needs some major rewriting when transitioning from our Tree to a
"Stack". Start by properly naming "next" as "curr".
model.cc