Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin3.c4845 BoolPtr shift_this_row; in ShiftAlignmentForGapLocations() local
4863 shift_this_row = (BoolPtr) MemNew (sizeof (Boolean) * dsp->dim); in ShiftAlignmentForGapLocations()
4887 shift_this_row[k] = FALSE; in ShiftAlignmentForGapLocations()
4891 shift_this_row[k] = TRUE; in ShiftAlignmentForGapLocations()
4898 if (!shift_this_row[k]) in ShiftAlignmentForGapLocations()
4931 shift_this_row = MemFree (shift_this_row); in ShiftAlignmentForGapLocations()