Changeset e270ea in git


Ignore:
Timestamp:
Feb 11, 2005, 9:19:46 PM (19 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
446c2dec291872c3568905658dd37d52142edc62
Parents:
0a4188dd88839f6601a6b25643c0ce7353d0b909
Message:
*levandov: remarks in rIsLikeOpposite for qrings


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

Legend:

Unmodified
Added
Removed
  • kernel/gring.cc

    r0a4188 re270ea  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: gring.cc,v 1.20 2005-02-09 12:55:12 levandov Exp $
     9 *  Version: $Id: gring.cc,v 1.21 2005-02-11 20:19:46 levandov Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
     
    24002400  /* nc and comm ring */
    24012401  if ( rIsPluralRing(rBase) != rIsPluralRing(rCandidate) ) diagnose = FALSE;
     2402  /* both are qrings */
     2403  /* NO CHECK, since it is used in building opposite qring */
     2404  /*  if ( ((rBase->qideal != NULL) && (rCandidate->qideal == NULL)) */
     2405  /*       || ((rBase->qideal == NULL) && (rCandidate->qideal != NULL)) ) */
     2406  /*  diagnose = FALSE; */
    24022407  /* TODO: varnames are e->E etc */
    24032408  return diagnose;
Note: See TracChangeset for help on using the changeset viewer.