Changeset 5ca534 in git
- Timestamp:
- Jul 21, 2006, 2:36:26 PM (17 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- aff0bb7c7395a8ac4267e97e61f62e8eae06df47
- Parents:
- d8bddb1d3667453da3bdbbd8108b9123e41de985
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
rd8bddb r5ca534 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.14 0 2006-07-18 16:10:45Singular Exp $ */4 /* $Id: ipshell.cc,v 1.141 2006-07-21 12:36:26 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 4176 4176 { 4177 4177 intvec *iv = (intvec *)(sl->data); 4178 if (((*iv)[1]==ringorder_c)||((*iv)[1]==ringorder_C)) i++; 4178 if (((*iv)[1]==ringorder_c)||((*iv)[1]==ringorder_C)) 4179 i++; 4179 4180 else if ((*iv)[1]==ringorder_L) 4180 4181 { … … 4183 4184 } 4184 4185 else if (((*iv)[1]!=ringorder_a) 4185 && ((*iv)[1]!=ringorder_a64)) o++; 4186 && ((*iv)[1]!=ringorder_a64)) 4187 o++; 4186 4188 n++; 4187 4189 sl=sl->next; … … 4257 4259 else last += (*iv)[0]; 4258 4260 R->block1[n] = last; 4261 if (R->block0[n]>R->block1[n]) return TRUE; 4259 4262 if (rCheckIV(iv)) return TRUE; 4260 4263 break; … … 4476 4479 } 4477 4480 } 4478 else { 4481 else 4482 { 4479 4483 #ifdef HAVE_RING2TOM 4480 4484 int blupp = Is2toM(ch); 4481 if (blupp != 0) { 4485 if (blupp != 0) 4486 { 4482 4487 cring = 1; // Use Z/2^ch 4483 4488 ch = blupp;
Note: See TracChangeset
for help on using the changeset viewer.