Changeset 8a7e76 in git for kernel/ring.cc


Ignore:
Timestamp:
Mar 5, 2010, 2:24:08 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
4f461ce95178cbbadc11439c3cc200032a7e2697
Parents:
78efe9f25ea57c6afdfe8736b026e6d074a3d9d3
Message:
syntax fix

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

Legend:

Unmodified
Added
Removed
  • kernel/ring.cc

    r78efe9f r8a7e76  
    47424742  rComplete(res, 1);
    47434743#ifdef HAVE_PLURAL
    4744   if (rIsPluralRing(r))
    4745   {
    4746     if ( nc_rComplete(r, res, false) ) // no qideal!
     4744  if (rIsPluralRing(currRing))
     4745  {
     4746    if ( nc_rComplete(currRing, res, false) ) // no qideal!
    47474747    {
    47484748#ifndef NDEBUG
Note: See TracChangeset for help on using the changeset viewer.