Changeset 093f30e in git for kernel/kstd1.cc
- Timestamp:
- Feb 8, 2008, 11:11:30 AM (16 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- 60544db1dc67a36a012f9f3809c0e8d260f9bad0
- Parents:
- ecededc1c7ef7a762ce55b72be0707700967ceab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd1.cc
recededc r093f30e 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd1.cc,v 1.3 1 2008-02-06 09:12:46wienand Exp $ */4 /* $Id: kstd1.cc,v 1.32 2008-02-08 10:11:28 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 1023 1023 #ifdef HAVE_RINGS //TODO Oliver 1024 1024 if (rField_is_Ring(currRing)) { 1025 strat->red = redRing 2toM;1025 strat->red = redRing; 1026 1026 } 1027 1027 #endif … … 1084 1084 #ifdef HAVE_RINGS //TODO Oliver 1085 1085 else if (rField_is_Ring(currRing)) 1086 strat->red = redRing 2toM;1086 strat->red = redRing; 1087 1087 #endif 1088 1088 else … … 1925 1925 #ifdef HAVE_RINGS //TODO Oliver 1926 1926 if (rField_is_Ring(currRing)) { 1927 strat->red = redRing 2toM;1927 strat->red = redRing; 1928 1928 } 1929 1929 #endif
Note: See TracChangeset
for help on using the changeset viewer.