Changeset e024c6c in git


Ignore:
Timestamp:
Aug 13, 2009, 7:26:57 PM (15 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
9982049206177d5d457bb80b2e6d8f659df88c50
Parents:
7d9b62a1308b2363fd7fd805a4689167ce92ccaa
Message:
*motsak: minor fix


git-svn-id: file:///usr/local/Singular/svn/trunk@12063 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/gring.cc

    r7d9b62 re024c6c  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: gring.cc,v 1.75 2009-07-27 08:33:59 Singular Exp $
     9 *  Version: $Id: gring.cc,v 1.76 2009-08-13 17:26:31 motsak Exp $
    1010 *******************************************************************/
    1111
     
    29202920// we change r which may be the same ring, and must have the same representation!
    29212921{
     2922  assume( r->qideal == NULL ); // The basering must NOT be a qring!
     2923 
    29222924//  assume( curr != r );
    29232925  assume( rSamePolyRep(r, curr) );
     
    38303832{
    38313833  if( rGR->qideal == NULL )
    3832     return false; // no quotient = no work! done!?
     3834    return false; // no quotient = no work! done!? What about factors of SCA?
    38333835
    38343836  bool ret = true;
  • kernel/gring.h

    r7d9b62 re024c6c  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: gring.h,v 1.29 2009-05-22 12:21:34 Singular Exp $ */
     6/* $Id: gring.h,v 1.30 2009-08-13 17:26:57 motsak Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    1717
    1818// the part, related to the interface
    19 // Changes r, Assumes that all other input belongs to currRing
     19// Changes r, Assumes that all other input belongs to curr
    2020BOOLEAN nc_CallPlural(matrix cc, matrix dd, poly cn, poly dn, ring r,
    2121                      bool bSetupQuotient = false,
Note: See TracChangeset for help on using the changeset viewer.