Changeset cfa930 in git for Singular/ipshell.cc
- Timestamp:
- Apr 18, 2005, 2:22:09 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 36e9c354d299283920e498516f0f8a0f1b1541af
- Parents:
- 31bf3a449e9947bffce595d935b0842c66737568
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r31bf3a rcfa930 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.9 7 2005-02-17 09:49:20Singular Exp $ */4 /* $Id: ipshell.cc,v 1.98 2005-04-18 12:22:09 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 1727 1727 goto rCompose_err; 1728 1728 } 1729 R->ch=R->algring->ch; 1729 if (R->algring->ch>0) 1730 R->ch= -R->algring->ch; 1731 else 1732 R->ch=1; 1730 1733 R->parameter=R->algring->names; 1731 1734 R->P=R->algring->N; 1735 if (R->algring->qideal!=NULL) 1736 { 1737 R->minpoly=pGetCoeff(R->algring->qideal->m[0]); 1738 } 1732 1739 } 1733 1740 else
Note: See TracChangeset
for help on using the changeset viewer.