Changeset 9b8f98e in git for kernel/polys1.cc


Ignore:
Timestamp:
Aug 27, 2004, 2:22:34 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6870c3adcab9aafa445e4a548d481c2301073977
Parents:
57ab462c1d534a6d7d8d7c1743e469742cd13b8a
Message:
*hannes: pPermPoly also for rings without comp


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

Legend:

Unmodified
Added
Removed
  • kernel/polys1.cc

    r57ab46 r9b8f98e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys1.cc,v 1.5 2004-07-16 08:43:01 Singular Exp $ */
     4/* $Id: polys1.cc,v 1.6 2004-08-27 12:22:34 Singular Exp $ */
    55
    66/*
     
    10551055      pTest(aq);
    10561056    }
    1057     pSetComp(qq, p_GetComp(p,oldRing));
     1057    if (rRing_has_Comp(currRing)) pSetComp(qq, p_GetComp(p,oldRing));
    10581058    if (nIsZero(pGetCoeff(qq)))
    10591059    {
Note: See TracChangeset for help on using the changeset viewer.