Changeset 73c6d21 in git
- Timestamp:
- Jan 31, 2008, 2:24:28 PM (15 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 8e1c4e6b390f61262e5bb20f254ac6e6c5c1d8b1
- Parents:
- ac4b536b0a72f97abe4cff2c694b2f32028223bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rac4b53 r73c6d21 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.26 1 2007-12-18 09:55:26Singular Exp $ */4 /* $Id: extra.cc,v 1.262 2008-01-31 13:24:28 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 2616 2616 } 2617 2617 else 2618 #endif 2619 #ifdef HAVE_RATGRING 2618 2620 /*==================== RatNF, noncomm rational coeffs =================*/ 2619 2621 if (strcmp(sys_cmd, "intratNF") == 0) … … 2702 2704 } 2703 2705 else 2706 #endif 2707 #ifdef HAVE_PLURAL 2704 2708 /*==================== freeGB, twosided GB in free algebra =================*/ 2705 2709 if (strcmp(sys_cmd, "freegb") == 0)
Note: See TracChangeset
for help on using the changeset viewer.