model: convert while-loops to for-loops
authorBrian Norris <banorris@uci.edu>
Thu, 21 Feb 2013 00:27:45 +0000 (16:27 -0800)
committerBrian Norris <banorris@uci.edu>
Thu, 21 Feb 2013 02:48:24 +0000 (18:48 -0800)
commit25728e9ac2afc0ecfb23259a6cee27a309027f4f
tree2bc15cd7536f697822b6e97c236260b4e42b1d37
parent8311cfbfaef6d71448cb04de647ef89cba3d3b98
model: convert while-loops to for-loops

Make the loop-termination condition more clear.
model.cc