Changeset c38d39f in git
- Timestamp:
- Feb 26, 2002, 12:38:15 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- ca333242d1ba897a923f436babbc49409e97d8ff
- Parents:
- b11abaa46d0fe1cffb0761348969f314e376c5ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ring.cc
rb11aba rc38d39f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ring.cc,v 1.18 8 2002-02-08 08:48:26 anneExp $ */4 /* $Id: ring.cc,v 1.189 2002-02-26 11:38:04 Singular Exp $ */ 5 5 6 6 /* … … 102 102 /*------------ global variables related to polys -------------------*/ 103 103 pSetGlobals(r); 104 105 /*------------ set naMinimalPoly -----------------------------------*/106 if (r->minpoly!=NULL)107 {108 naMinimalPoly=((lnumber)r->minpoly)->z;109 }110 104 } 111 105 }
Note: See TracChangeset
for help on using the changeset viewer.