Changeset e6f922f in git
- Timestamp:
- Jun 7, 2005, 11:17:35 AM (18 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 0a5ca730b1b89c3ce6ac8f1f6af48f1029041ad0
- Parents:
- 0c4a34b0c9f4588e0413710444640dacdfbc4b93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r0c4a34b re6f922f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.11 6 2005-05-23 13:27:23Singular Exp $ */4 /* $Id: ipshell.cc,v 1.117 2005-06-07 09:17:35 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 20 20 #include "febase.h" 21 21 #include "polys.h" 22 #include "prCopy.h" 22 23 #include "ideals.h" 23 24 #include "matpol.h" … … 1967 1968 } 1968 1969 // ------------------------ Q-IDEAL ------------------------ 1970 rComplete(R); 1971 1969 1972 if (L->m[3].Typ()==IDEAL_CMD) 1970 1973 { 1971 1974 ideal q=(ideal)L->m[3].Data(); 1972 1975 if (q->m[0]!=NULL) 1973 R->qideal=id Copy(q);1976 R->qideal=idrCopyR(q,currRing,R); 1974 1977 } 1975 1978 else … … 1979 1982 } 1980 1983 1981 // todo1982 rComplete(R);1983 1984 1984 1985 // ---------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.