Changeset 6c22988 in git for Singular/ipassign.cc


Ignore:
Timestamp:
Mar 7, 2011, 6:09:06 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e6d9a323c902660e10dd19e2d01e633460b3a37e
Parents:
052f0bdbb64b60e46cee19530fc0f76d8e9042da
Message:
fix tr. 318

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

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    r052f0b r6c22988  
    13221322  }
    13231323
    1324   if(l->attribute!=NULL)
    1325   {
    1326     if (l->rtyp==IDHDL)
    1327     {
    1328       atKillAll((idhdl)l->data);
    1329       l->attribute=NULL;
    1330     }
    1331     else
    1332       atKillAll((idhdl)l);
    1333   }
    1334   if(l->rtyp==IDHDL)
    1335   {
     1324  if (l->rtyp==IDHDL)
     1325  {
     1326    atKillAll((idhdl)l->data);
    13361327    IDFLAG((idhdl)l->data)=0;
    1337   }
     1328    l->attribute=NULL;
     1329  }
     1330  else if (l->attribute!=NULL)
     1331    atKillAll((idhdl)l);
    13381332  l->flag=0;
    13391333  if (ll==1)
Note: See TracChangeset for help on using the changeset viewer.