Changeset e0bce7d in git
- Timestamp:
- Apr 14, 1998, 9:06:26 AM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c41230e528f2fd8acea402910a80fb248bf9461c
- Parents:
- 3ff3340440b9a4e3cdcb21b9b96355b3133f39c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r3ff334 re0bce7d 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.3 4 1998-04-07 18:35:21 obachmanExp $ */4 /* $Id: extra.cc,v 1.35 1998-04-14 07:06:26 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 606 606 } 607 607 else 608 /*==================== finduni =============================*/609 if(strcmp((char*)(h->Data()),"finduni")==0)610 {611 if ((h->next!=NULL) &&(h->next->Typ()==IDEAL_CMD))612 {613 res->rtyp=IDEAL_CMD;614 res->data=(void *)FindUnivariateWrapper((ideal)h->next->Data());615 return FALSE;616 }617 else618 WerrorS("ideal expected");619 }620 else621 608 #endif 622 609 /*==================== divcount & mcount =============================*/
Note: See TracChangeset
for help on using the changeset viewer.