This commit effectively reapplies a previously backed-out change in the parallel vectorized Smith-Waterman implementation. Most of the diff is comment cleanup, but the meaningful part restores the max-score cell update from zero-based to one-based coordinates when constructing maxH, which affects how the best alignment position is reported. For anyone consuming alignment results from parVect, this should bring the reported H-matrix location back in line with the intended semantics.