Changeset 6eed77 in git


Ignore:
Timestamp:
Jan 31, 2003, 10:16:47 AM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
70e604a5fcd8673841bd82eecde9193d014012fa
Parents:
11593cb24abaa89db7a1822a87ab71fa0fae6ab8
Message:
*hannes: NV_OPS


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

Legend:

Unmodified
Added
Removed
  • Singular/ring.cc

    r11593c r6eed77  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ring.cc,v 1.197 2003-01-29 17:50:21 Singular Exp $ */
     4/* $Id: ring.cc,v 1.198 2003-01-31 09:16:47 Singular Exp $ */
    55
    66/*
     
    530530    int l = 0;
    531531
    532     if (ch!=0 && (ch<2) || (ch > 32003))
     532    if (ch!=0 && (ch<2)
     533    #ifndef NV_OPS
     534    || (ch > 32003)
     535    #endif
    533536    {
    534537      Warn("%d is invalid characteristic of ground field. 32003 is used.", ch);
Note: See TracChangeset for help on using the changeset viewer.