Changeset 1aa559b in git for Singular/subexpr.cc
- Timestamp:
- Feb 23, 2004, 8:04:05 PM (20 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 3ebba4a56769d7784bf8af7c80ff439c6a7b152e
- Parents:
- a9042d0e9a0cd833346da77996b03bb5379ec4bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/subexpr.cc
ra9042d r1aa559b 5 5 * ABSTRACT: handling of leftv 6 6 */ 7 /* $Id: subexpr.cc,v 1.8 5 2003-03-10 16:43:54Singular Exp $ */7 /* $Id: subexpr.cc,v 1.86 2004-02-23 19:04:05 Singular Exp $ */ 8 8 9 9 #include <stdlib.h> … … 1404 1404 { 1405 1405 BOOLEAN ok=FALSE; 1406 poly p = ((currRingHdl!=NULL) /* ring required */ 1407 &&(!yyInRingConstruction) /* not in decl */ 1408 &&(IDLEV(currRingHdl)!=myynest)) /* already in case 4/6 */ 1406 poly p = ((currRing!=NULL) /* ring required */ 1407 && (currRingHdl!=NULL) 1408 && (!yyInRingConstruction) /* not in decl */ 1409 && (IDLEV(currRingHdl)!=myynest)) /* already in case 4/6 */ 1409 1410 ? pmInit(id,ok) : (poly)NULL; 1410 1411 if (ok)
Note: See TracChangeset
for help on using the changeset viewer.