]> www.ginac.de Git - ginac.git/commit
clifford: fix a few GCCisms (or, not).
authorJan Rheinländer <jrheinlaender@gmx.de>
Mon, 20 Sep 2010 11:12:10 +0000 (11:12 +0000)
committerAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Fri, 26 Nov 2010 22:15:55 +0000 (00:15 +0200)
commit6e732baec20112b44eb0ed53a2833567bfa8749e
tree39cf17af51a634f82b870ce86e6eac1398a3bfba
parent3d09388a8ea144a19949c216fae43ccba92e47aa
clifford: fix a few GCCisms (or, not).

Some compilers (in particular, msvc) choke on `or' and `not'. Use
standard ! and || instead.
ginac/clifford.cpp