Changeset 41e418 in git


Ignore:
Timestamp:
Feb 25, 2005, 5:10:52 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
bc9ffda67c442b4bddd5957079ea2cdf54934fb5
Parents:
e36a2c02d04f328d5cb0f65d06c9645636bd53c3
Message:
*hannes: norm again in alg. extensions


git-svn-id: file:///usr/local/Singular/svn/trunk@7769 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/longalg.cc

    re36a2c0 r41e418  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: longalg.cc,v 1.6 2005-02-24 17:45:46 Singular Exp $ */
     4/* $Id: longalg.cc,v 1.7 2005-02-25 16:10:52 Singular Exp $ */
    55/*
    66* ABSTRACT:   algebraic numbers
     
    15921592    if (naMinimalPoly!=NULL)
    15931593    {
    1594       //if (napNext(x->z)!=NULL)
    1595       //  result->z = napCopy(x->z);
    1596       //else
     1594      if (napNext(x->z)!=NULL)
     1595        result->z = napCopy(x->z);
     1596      else
    15971597        result->z = napGcd0(x->z, y->z);
    15981598    }
Note: See TracChangeset for help on using the changeset viewer.