Changeset cd62b6 in git
- Timestamp:
- Oct 22, 2014, 3:32:25 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- b4c29d38c480baed2f6dad82aadd94daf26a455a
- Parents:
- 06f38e104526d5f14601428e461a6877c1d43d66
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-22 15:32:25+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-22 15:42:36+02:00
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r06f38e rcd62b6 3534 3534 attr *aa=u->Attribute(); 3535 3535 attr a=NULL; 3536 if ( aa!=NULL) a=(*aa)->Copy();3536 if ((aa!=NULL)&&(*aa!=NULL)) a=(*aa)->Copy(); 3537 3537 jjSTD_1_ID(res,(ideal)u->CopyD(),r,(ideal)v->CopyD(),a); 3538 3538 } -
Singular/lists.cc
r06f38e rcd62b6 105 105 l->m[pos].flag=v->flag; 106 106 attr *a=v->Attribute(); 107 if ( a!=NULL)107 if ((a!=NULL)&&(*a!=NULL)) 108 108 { 109 109 l->m[pos].attribute=(*a)->Copy();
Note: See TracChangeset
for help on using the changeset viewer.