Home
last modified time | relevance | path

Searched refs:count_ar_iter (Results 1 – 1 of 1) sorted by relevance

/dports/biology/seqan1/seqan-1.3.1/seqan/find_motif/
H A Dfind_motif_projection.h536 typename Iterator<TArray>::Type count_ar_iter = begin(count_ar) ; in _filteringStep() local
538 while(count_ar_iter!=count_ar_end) in _filteringStep()
540 *count_ar_iter = 0; in _filteringStep()
541 ++count_ar_iter; in _filteringStep()