Changeset 1ed346 in git for Singular/LIB


Ignore:
Timestamp:
Mar 15, 2011, 7:17:46 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e9c3b29fc2ccfc0e5b778e8460f2dca4275e666e
Parents:
273fed0aea0c3cb00dc08f02c5d5340a2a781f23
Message:
FIX: correct assumes for ringorder_S/ro_syzcomp due to rCurrRingAssure_dp_S for syLaScala3
TODO: LaScala is broken for K[x] (single variable, since dp will be left out)

From: Oleksandr Motsak <motsak@mathematik.uni-kl.de>

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r273fed r1ed346  
    13851385   {
    13861386      resolution re;
    1387       if (((i==0) or (i>=nvars(basering))) && typeof(m) != "module")
     1387      if (((i==0) or (i>=nvars(basering))) && (typeof(m) != "module") && (nvars(basering)>1))
    13881388      {
    13891389        //LaScala for the homogeneous case and i == 0
Note: See TracChangeset for help on using the changeset viewer.