]> www.ginac.de Git - ginac.git/commit - ginac/clifford.cpp
This patch fixes a bug on machines where char is unsigned by default, by
authorJens Vollinga <jensv@nikhef.nl>
Sun, 22 May 2011 14:19:17 +0000 (16:19 +0200)
committerJens Vollinga <jensv@nikhef.nl>
Sun, 22 May 2011 14:19:17 +0000 (16:19 +0200)
commit2205b83add319eb883b416c96a14b5866667baaa
treebaafe07546f7ae6c117002d152e9f0f4d52b3cb6
parent89d1222669c6fbfcf91b50120a042dbe7d73e35f
This patch fixes a bug on machines where char is unsigned by default, by
extending the type of clifford_max_label to include all 257 possible
return values. Thanks to Martin Guy for the bug report and patch.
ginac/add.cpp
ginac/clifford.cpp
ginac/clifford.h