Changeset b90de5a in git
- Timestamp:
- Feb 8, 2005, 1:58:55 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- cd518904e5a9af3cb906d82573eb15048b10fabf
- Parents:
- 1c8027b86b587759ae6e422c0bd4aa615503dcb0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r1c8027b rb90de5a 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.21 5 2005-01-18 15:41:57 SingularExp $ */4 /* $Id: extra.cc,v 1.216 2005-02-08 12:58:55 bricken Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 57 57 #include "walk.h" 58 58 #include "weight.h" 59 59 #include "fast_mult.h" 60 60 #ifdef HAVE_SPECTRUM 61 61 #include "spectrum.h" … … 1733 1733 } 1734 1734 else 1735 if (strcmp(sys_cmd, "unifastmult")==0) 1736 { 1737 ring r = currRing; 1738 poly f = (poly)h->Data(); 1739 h=h->next; 1740 poly g=(poly)h->Data(); 1741 res->rtyp=POLY_CMD; 1742 res->data=unifastmult(f,g); 1743 return(FALSE); 1744 } 1745 else 1735 1746 /*==================== Error =================*/ 1736 1747 Werror( "system(\"%s\",...) %s", sys_cmd, feNotImplemented );
Note: See TracChangeset
for help on using the changeset viewer.