Changeset ff4c61b in git
- Timestamp:
- May 8, 2006, 4:43:02 PM (17 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 437f9715d7ae5a0c5ed7d15fb4b4b87979af5e05
- Parents:
- 4f0a5a7540e7e15b498f2c22ed22d461c02444f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r4f0a5a7 rff4c61b 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.39 1 2006-05-08 13:28:10Singular Exp $ */4 /* $Id: iparith.cc,v 1.392 2006-05-08 14:43:02 Singular Exp $ */ 5 5 6 6 /* … … 2619 2619 if (w!=NULL) 2620 2620 { 2621 if (!idHomModule(u_id,currQuotient,&w))2622 {2623 WarnS("wrong weights");2624 w=NULL;2625 }2626 else2621 //if (!idHomModule(u_id,currQuotient,&w)) 2622 //{ 2623 // WarnS("wrong weights"); 2624 // w=NULL; 2625 //} 2626 //else 2627 2627 { 2628 2628 w=ivCopy(w); … … 3425 3425 if ((res->data!=NULL) && (v->rtyp==IDHDL)) 3426 3426 { 3427 atSet((idhdl) v->data,omStrDup("isHomog"),w,INTVEC_CMD);3427 atSet((idhdl)(v->LData()),omStrDup("isHomog"),w,INTVEC_CMD); 3428 3428 } 3429 3429 else if (w!=NULL) delete w;
Note: See TracChangeset
for help on using the changeset viewer.