model: bugfix - iterator naming conflict
authorBrian Norris <banorris@uci.edu>
Wed, 26 Sep 2012 18:16:17 +0000 (11:16 -0700)
committerBrian Norris <banorris@uci.edu>
Wed, 26 Sep 2012 18:23:09 +0000 (11:23 -0700)
commit53a4f1f5edbe67d4cb5c47c1faa687deccc04610
tree214fe52e10dbda93d93f74d5f1d92d75d6bd2fb0
parent5236350c6c02c09a167a461fce69c581768f9c03
model: bugfix - iterator naming conflict

There's already another iterator named 'it' in resolve_release_sequences().
Although this iterator probably will mask the earlier iterator (giving correct
behavior), it's probably safer to rename the later one for clarity.
model.cc