Changeset 58ac7d2 in git
- Timestamp:
- Jan 29, 2007, 7:19:59 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 81418fb40d8078099b18c21b53f4f74f0184c6be
- Parents:
- 0654a8ba3fd27f20a627272fea06833d7c27f619
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipconv.cc
r0654a8b r58ac7d2 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipconv.cc,v 1.3 4 2007-01-16 13:38:50Singular Exp $ */4 /* $Id: ipconv.cc,v 1.35 2007-01-29 18:19:59 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: automatic type conversions … … 75 75 poly p=(poly)data; 76 76 if (pGetComp(p)!=0) I->rank=pMaxComp(p); 77 #ifdef DRING78 else if (pDRING)79 {80 while (p!=NULL)81 {82 pdSetDFlag(p,1);83 pSetm(p);84 pIter(p);85 }86 }87 #endif88 77 } 89 78 return (void *)I;
Note: See TracChangeset
for help on using the changeset viewer.