Changeset 78aaec in git


Ignore:
Timestamp:
Nov 21, 2013, 12:07:38 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
a2f79c054ca40c801a773fd34d33c63c5b21f130
Parents:
0de0509972719531e2a4b51ec9fd0e44a66fd2fd
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-21 12:07:38+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-21 12:09:05+01:00
Message:
fix: assign of derived newstructs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/newstruct.cc

    r0de0509 r78aaec  
    260260      }
    261261    }
    262     else /*if (l->Typ()==r->Typ())*/
     262    if (l->Typ()==r->Typ())
    263263    {
    264264      if (l->Data()!=NULL)
     
    280280    }
    281281  }
    282 
    283282  else
    284283  {
Note: See TracChangeset for help on using the changeset viewer.