Reimplement SeqGS as an alias of SeqSOR
SeqGS is really just a reimplementation of SeqSOR, without the ability to change the loop direction. In order to make this clearer and to save a few dozen lines of code the patch reimplements SeqGS as an alias of SeqSOR.