Hi Thomas,

Thomas Beer wrote:
> i spotted another typo(?) in 
>     std::swap(p[0], p[15]);
>     std::swap(p[1], p[14]);
>     std::swap(p[2], p[14]);  // << shouldn't this be 13? [Line 2754]
>     std::swap(p[3], p[12]);
>     std::swap(p[4], p[11]);
>     std::swap(p[5], p[10]);
>     std::swap(p[6], p[9]);
>     std::swap(p[7], p[8]);

yes, this is a typo and one I introduced. Thanks for spotting it.

> I don't have write access to the svn repository, might somebody fix this to
> p[13] ?
> (or - as Carsten mentioned - put a comment in, if it is meant to be that
> way!)

I fixed it (also in the copies that had the same typo), thanks again,

        Carsten

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Opensg-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-core

Reply via email to