Changeset 993ae2 in git for Singular/ipshell.cc


Ignore:
Timestamp:
Sep 7, 2011, 9:16:49 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3630fa8c97d52170372e9f1e47f6bec997bfa51d
Parents:
3aa9b6373c3eba8145bd3a0a102735ba0fc847ae
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-07 21:16:49+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:34+01:00
Message:
FIX: ppNoether belongs to a ring (currRing!?)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r3aa9b6 r993ae2  
    15121512  if (tmp==NULL) return NULL;
    15131513
    1514   if (ppNoether!=NULL) pDelete(&ppNoether);
     1514  if ((currRing->ppNoether)!=NULL) pDelete(&(currRing->ppNoether));
    15151515  if (sLastPrinted.RingDependend())
    15161516  {
     
    53975397        currQuotient=NULL;
    53985398      }
    5399       if (ppNoether!=NULL) pDelete(&ppNoether);
     5399      if ((currRing->ppNoether)!=NULL) pDelete(&(currRing->ppNoether));
    54005400      if (sLastPrinted.RingDependend())
    54015401      {
Note: See TracChangeset for help on using the changeset viewer.