Changeset ef304d in git for Singular/ring.cc


Ignore:
Timestamp:
Apr 17, 1997, 7:52:23 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
2a2c0796eeb23dc098f4b3a920cbdeb27131aa53
Parents:
8591c5247e9885df77234d8c0f31a9ad77cf7bf9
Message:
* hannes: changed output of reservedName() -> now 3 names in a row
          fixed error message in ring definition: mismatch of # of vars
          changed use of LaScala: not for (0), not for qring


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

Legend:

Unmodified
Added
Removed
  • Singular/ring.cc

    r8591c5 ref304d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ring.cc,v 1.6 1997-04-16 18:38:07 Singular Exp $ */
     4/* $Id: ring.cc,v 1.7 1997-04-17 17:52:21 Singular Exp $ */
    55
    66/*
     
    588588        tmpR.block1[n]=tmpR.N;
    589589        #ifndef SIC
    590         if (tmpR.block0[n]>tmpR.block1[n])
    591         {
     590        if (tmpR.block0[n]>tmpR.N/*tmpR.block1[n]*/)
     591        {
     592          tmpR.block1[n]=tmpR.block0[n];
    592593          goto ord_mismatch;
    593594          //Werror("mismatch of number of vars (%d) and ordering (>=%d vars)",
Note: See TracChangeset for help on using the changeset viewer.