Changeset 86016d in git for kernel/ideals.cc


Ignore:
Timestamp:
Feb 1, 2007, 12:51:25 AM (16 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
c591ad0eb4ed9f5be86c0c85d2412be2ad6be556
Parents:
1cc61e18c0d6c70b177099c23a52159afb280bb4
Message:
*motsak:
 !+!: factors of SCA, debug print for SCA, "kill squares" in std.
  * : ncRingType, naming, formatting, unified NC setup.


git-svn-id: file:///usr/local/Singular/svn/trunk@9792 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    r1cc61e r86016d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.37 2007-01-24 10:00:55 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.38 2007-01-31 23:51:24 motsak Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    23142314    /* the subalgebra to be intersected with */
    23152315  {
    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 */
    23172317    {
    23182318      if (nc_CheckSubalgebra(delVar,currRing))
Note: See TracChangeset for help on using the changeset viewer.