Changeset 86016d in git for kernel/ideals.cc
- Timestamp:
- Feb 1, 2007, 12:51:25 AM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- c591ad0eb4ed9f5be86c0c85d2412be2ad6be556
- Parents:
- 1cc61e18c0d6c70b177099c23a52159afb280bb4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
r1cc61e r86016d 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.3 7 2007-01-24 10:00:55 SingularExp $ */4 /* $Id: ideals.cc,v 1.38 2007-01-31 23:51:24 motsak Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 2314 2314 /* the subalgebra to be intersected with */ 2315 2315 { 2316 if ( currRing->nc->type!=nc_skew) /* in (quasi)-commutative algebras every subalgebra is admissible */2316 if (ncRingType(currRing)!=nc_skew) /* in (quasi)-commutative algebras every subalgebra is admissible */ 2317 2317 { 2318 2318 if (nc_CheckSubalgebra(delVar,currRing))
Note: See TracChangeset
for help on using the changeset viewer.