Changeset c31189c in git


Ignore:
Timestamp:
Jan 8, 2010, 3:11:55 PM (13 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
8a21c9a531b8c170f3a1eddc939cae84c143e52d
Parents:
86a467c59e42b3193c21ed12dbfa5bd5336d1d08
Message:
Do not use the mora function in case of coefficient rings. Only the bba routine uses the special handling for coefficient rings. This fixes #162.

(also weights will not be used, however, they are deactivated also on other spots for coefficient rings)

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

Legend:

Unmodified
Added
Removed
  • kernel/kstd1.cc

    r86a467 rc31189c  
    17891789      r = nc_GB(F, Q, NULL, hilb, strat);
    17901790  }
     1791  else
     1792#endif
     1793#ifdef HAVE_RINGS
     1794  if (rField_is_Ring(currRing))
     1795    r=bba(F,Q,NULL,hilb,strat);
    17911796  else
    17921797#endif
Note: See TracChangeset for help on using the changeset viewer.