Changeset 005d00a in git for Singular/extra.cc
- Timestamp:
- Nov 16, 2009, 6:37:59 PM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4fec744c03dbef2c7391aa71f10513ee2d3d96ab
- Parents:
- e7bc2f336cc15e7490e435edaaca6c95b8c97e58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
re7bc2f r005d00a 3507 3507 heuristic=(int)(long)h->next->Data(); 3508 3508 ideal I=((ideal)h->Data()); 3509 res->rtyp=IDEAL_CMD; 3510 res->data=(ideal) gfan(I,heuristic); 3509 // res->rtyp=IDEAL_CMD; 3510 // res->data=(ideal) gfan(I,heuristic); 3511 res->rtyp=LIST_CMD; 3512 res->data=(lists) gfan(I,heuristic); 3511 3513 return FALSE; 3512 3514 }
Note: See TracChangeset
for help on using the changeset viewer.