Closed GoogleCodeExporter closed 9 years ago
To Martin,
In the attached file, I just modified the if-clause at the line 104.
from:
if ( score > entry->score && entry->score > 0) {
to:
if ( score >= entry->score && entry->score > 0) {
Original comment by jung.cho...@gmail.com
on 18 Sep 2009 at 2:44
This issue was closed by revision r671.
Original comment by martinah...@gmail.com
on 18 Sep 2009 at 6:12
Rigth Cholhee, you probably are right as usual, so I made the change.
Now, one does only need to go to biopieces/code_c/Maasha/src and run make.
Original comment by martinah...@gmail.com
on 18 Sep 2009 at 6:15
Original issue reported on code.google.com by
jung.cho...@gmail.com
on 18 Sep 2009 at 2:34Attachments: