Changeset 493225 in git for kernel/pp_Mult_nn__T.cc


Ignore:
Timestamp:
Dec 8, 2009, 7:11:06 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
32c11ff616c40bb7c3d5c756479b0507e505f330
Parents:
42660f97810c6af10af57af395d99b9a04bb8dad
Message:
nWrite indep. from currRing

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

Legend:

Unmodified
Added
Removed
  • kernel/pp_Mult_nn__T.cc

    r42660f r493225  
    3333#ifndef HAVE_ZERODIVISORS
    3434    p_AllocBin(pNext(q), bin, r);
    35     q = pNext(q);
     35    pIter(q);
    3636    number nc = pGetCoeff(p);
    3737    pSetCoeff0(q, n_Mult(n, nc, r));
     
    4343    {
    4444      p_AllocBin(pNext(q), bin, r);
    45       q = pNext(q);
     45      pIter(q);
    4646      pSetCoeff0(q, tmp);
    4747      p_MemCopy(q->exp, p->exp, length);
Note: See TracChangeset for help on using the changeset viewer.