Changeset af1bbd7 in git


Ignore:
Timestamp:
May 8, 2006, 5:00:38 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
71df1a733573e6e6ed4fa39b1aa70ca67b4e2945
Parents:
94d338aa149a7a6fa6d2930a62d22a4fd281c84b
Message:
*hannes: bug_41 again


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r94d338 raf1bbd7  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.392 2006-05-08 14:43:02 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.393 2006-05-08 15:00:38 Singular Exp $ */
    55
    66/*
     
    34253425  if ((res->data!=NULL) && (v->rtyp==IDHDL))
    34263426  {
    3427     atSet((idhdl)(v->LData()),omStrDup("isHomog"),w,INTVEC_CMD);
     3427    char *isHomog=omStrDup("isHomog");
     3428    if (v->e==NULL)
     3429      atSet((idhdl)(v->data),isHomog,w,INTVEC_CMD);
     3430    else
     3431      atSet((idhdl)(v->LData()),isHomog,w,INTVEC_CMD);
    34283432  }
    34293433  else if (w!=NULL) delete w;
Note: See TracChangeset for help on using the changeset viewer.