Changeset e61df20 in git
- Timestamp:
- Aug 9, 2007, 4:31:16 PM (16 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- b806aad0637dda8c5724447a5f0c92f5a13c493e
- Parents:
- ab2923049fb1b5378eca3cbbe629a950f399d3e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rab2923 re61df20 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.45 3 2007-07-24 09:58:47Singular Exp $ */4 /* $Id: iparith.cc,v 1.454 2007-08-09 14:31:16 Singular Exp $ */ 5 5 6 6 /* … … 2194 2194 if (d==1) 2195 2195 res->data = (char *)pHomogen((poly)u->Data(),i); 2196 else 2197 WerrorS("variable must have weight 1"); 2196 2198 return (d!=1); 2197 2199 } … … 2209 2211 if (d==1) 2210 2212 res->data = (char *)idHomogen((ideal)u->Data(),i); 2213 else 2214 WerrorS("variable must have weight 1"); 2211 2215 return (d!=1); 2212 2216 }
Note: See TracChangeset
for help on using the changeset viewer.