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.

Reinstated the H-matrix cell indexing change in SmithWatermanParVect by reverting an earlier revert, restoring the intended coordinate handling in the vectorized Smith-Waterman path. - zhengqunkoo/smith-waterman