Changeset af1bbd7 in git
- Timestamp:
- May 8, 2006, 5:00:38 PM (17 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 71df1a733573e6e6ed4fa39b1aa70ca67b4e2945
- Parents:
- 94d338aa149a7a6fa6d2930a62d22a4fd281c84b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r94d338 raf1bbd7 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.39 2 2006-05-08 14:43:02Singular Exp $ */4 /* $Id: iparith.cc,v 1.393 2006-05-08 15:00:38 Singular Exp $ */ 5 5 6 6 /* … … 3425 3425 if ((res->data!=NULL) && (v->rtyp==IDHDL)) 3426 3426 { 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); 3428 3432 } 3429 3433 else if (w!=NULL) delete w;
Note: See TracChangeset
for help on using the changeset viewer.