Changeset c25b56c in git for Singular


Ignore:
Timestamp:
Aug 6, 2013, 4:02:20 PM (11 years ago)
Author:
Adrian Popescu <adi_popescum@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
3ed6cb7c0359a1466ef15624e7b5eafdc2eb1a8e
Parents:
537733fc1137fef8870804ba8fd5021dbcafa68d
git-author:
Adrian Popescu <adi_popescum@yahoo.de>2013-08-06 16:02:20+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-06 17:24:42+02:00
Message:
SB over rings with local ordering

add: new tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r537733f rc25b56c  
    24872487  rComplete(R);
    24882488
    2489 #ifdef HAVE_RINGS
     2489/*#ifdef HAVE_RINGS
    24902490// currently, coefficients which are ring elements require a global ordering:
    24912491  if (rField_is_Ring(R) && (R->OrdSgn==-1))
     
    24942494    goto rCompose_err;
    24952495  }
    2496 #endif
     2496#endif*/
    24972497
    24982498
     
    53295329    goto rInitError;
    53305330
    5331 #ifdef HAVE_RINGS
     5331/*#ifdef HAVE_RINGS
    53325332// currently, coefficients which are ring elements require a global ordering:
    53335333  if (rField_is_Ring(R) && (R->OrdSgn==-1))
     
    53365336    goto rInitError;
    53375337  }
    5338 #endif
     5338#endif*/
    53395339
    53405340  rTest(R);
Note: See TracChangeset for help on using the changeset viewer.