model: refactor build_reads_from_past
authorBrian Norris <banorris@uci.edu>
Tue, 6 Nov 2012 00:00:18 +0000 (16:00 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 14 Nov 2012 22:47:07 +0000 (14:47 -0800)
commitda5263cb595ee0440b27a757f3293715c3e7371a
tree7ff7d3b5bf2a9cf57f81d36dfc8937df8929ee8d
parent60152880142086a170ba4e169fcb8216b351b090
model: refactor build_reads_from_past

A couple of if-else conditions can be merged to a single if block.

Also, I move the DBG prints for the may_read_from set into the correct
part of the if, to avoid printing false messages about the may_read_from
set.
model.cc