Changeset 5d7a3b in git for kernel/polys.cc
- Timestamp:
- Jul 23, 2007, 4:11:04 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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.