Changeset 5d7a3b in git
- Timestamp:
- Jul 23, 2007, 4:11:04 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 36af7eacdd5f71065e5fd6b92e1895f5f0279867
- Parents:
- 9b10a769bb37d7a323667cb6440f6c69fa011072
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
r9b10a76 r5d7a3b 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1.2 4 2007-07-23 14:01:27motsak Exp $ */4 /* $Id: polys.cc,v 1.25 2007-07-23 14:11:04 motsak Exp $ */ 5 5 6 6 /* … … 22 22 #ifdef HAVE_PLURAL 23 23 #include "gring.h" 24 #include "sca.h" 24 25 #endif 25 26 … … 246 247 else 247 248 { 249 #ifdef HAVE_PLURAL 248 250 // in super-commutative ring 249 251 // squares of anti-commutative variables are zeroes! … … 261 263 goto finish; 262 264 } 263 } 265 } 266 #endif 264 267 265 268 p_Setm(rc,r);
Note: See TracChangeset
for help on using the changeset viewer.