Changeset f9dc437 in git


Ignore:
Timestamp:
Sep 9, 2011, 12:44:24 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
5c71ae1fd4987dac7b2142990d7a4c35826aec1b
Parents:
d02fff666539bb449e45ae13851d7d81e05c75bc
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 12:44:24+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:38+01:00
Message:
FIX: no idSubst (use id_Subst + ring instead)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rd02fff rf9dc437  
    60276027  {
    60286028    if ((monomexpr==NULL)||(pNext(monomexpr)==NULL))
    6029       res->data = idSubst((ideal)u->CopyD(res->rtyp),ringvar,monomexpr);
     6029      res->data = id_Subst((ideal)u->CopyD(res->rtyp), ringvar, monomexpr, currRing);
    60306030    else
    60316031      res->data = idSubstPoly((ideal)u->Data(),ringvar,monomexpr);
  • kernel/ideals.h

    rd02fff rf9dc437  
    204204}
    205205
    206 ideal   idSubst(ideal i, int n, poly e);
     206// ideal   idSubst(ideal i, int n, poly e);
    207207
    208208inline ideal   idJet(ideal i, int d, const ring R = currRing)
Note: See TracChangeset for help on using the changeset viewer.