Changeset f8936f in git for Singular/extra.cc
- Timestamp:
- Feb 15, 2008, 6:12:09 PM (16 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a8052e38caee753e26ebdc45c94dabda11bcbe2a
- Parents:
- cfce1fc1320639fd7b15b4a9f903521313fd0752
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rcfce1fc rf8936f 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.26 2 2008-01-31 13:24:28 SingularExp $ */4 /* $Id: extra.cc,v 1.263 2008-02-15 17:12:09 levandov Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 1872 1872 #include "mod_raw.h" 1873 1873 #include "ratgring.h" 1874 #include "shiftgb.h" 1874 1875 1875 1876 static BOOLEAN jjEXTENDED_SYSTEM(leftv res, leftv h) … … 2617 2618 else 2618 2619 #endif 2620 #ifdef HAVE_PLURAL 2619 2621 #ifdef HAVE_RATGRING 2620 2622 /*==================== RatNF, noncomm rational coeffs =================*/ … … 2704 2706 } 2705 2707 else 2706 #endif 2707 #ifdef HAVE_PLURAL 2708 #endif // HAVE_RATGRING 2708 2709 /*==================== freeGB, twosided GB in free algebra =================*/ 2709 2710 if (strcmp(sys_cmd, "freegb") == 0) … … 2726 2727 { 2727 2728 lVblock=(int)((long)(h->Data())); 2728 //res->data = freegb(I,uptodeg,lVblock);2729 //res->rtyp = IDEAL_CMD;2729 res->data = freegb(I,uptodeg,lVblock); 2730 res->rtyp = IDEAL_CMD; 2730 2731 } 2731 2732 else return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.