Changeset 3d9ed9 in git
- Timestamp:
- Mar 25, 2004, 10:16:47 PM (20 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 68349daf21644ca2ec7dab7776dfdf8773a1589c
- Parents:
- 5bdabc0293eabd9c0e84bfb41f75e8fc4002d70b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys1.cc
r5bdabc r3d9ed9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys1.cc,v 1. 2 2004-01-09 10:42:11 SingularExp $ */4 /* $Id: polys1.cc,v 1.3 2004-03-25 21:16:47 levandov Exp $ */ 5 5 6 6 /* … … 323 323 else 324 324 { 325 #ifdef HAVE_PLURAL 326 if (rIsPluralRing(currRing)) /* in the NC case nothing helps :-( */ 327 { 328 int j=i; 329 rc = pCopy(p); 330 while (j>1) 331 { 332 rc = pMult(pCopy(p),rc); 333 j--; 334 } 335 pDelete(&p); 336 return rc; 337 } 338 #endif 325 339 rc = pNext(p); 326 340 if (rc == NULL)
Note: See TracChangeset
for help on using the changeset viewer.