Changeset 41e418 in git
- Timestamp:
- Feb 25, 2005, 5:10:52 PM (19 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- bc9ffda67c442b4bddd5957079ea2cdf54934fb5
- Parents:
- e36a2c02d04f328d5cb0f65d06c9645636bd53c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/longalg.cc
re36a2c0 r41e418 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: longalg.cc,v 1. 6 2005-02-24 17:45:46Singular Exp $ */4 /* $Id: longalg.cc,v 1.7 2005-02-25 16:10:52 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: algebraic numbers … … 1592 1592 if (naMinimalPoly!=NULL) 1593 1593 { 1594 //if (napNext(x->z)!=NULL)1595 //result->z = napCopy(x->z);1596 //else1594 if (napNext(x->z)!=NULL) 1595 result->z = napCopy(x->z); 1596 else 1597 1597 result->z = napGcd0(x->z, y->z); 1598 1598 }
Note: See TracChangeset
for help on using the changeset viewer.