Changeset 1ed346 in git for Singular/LIB/standard.lib
- Timestamp:
- Mar 15, 2011, 7:17:46 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e9c3b29fc2ccfc0e5b778e8460f2dca4275e666e
- Parents:
- 273fed0aea0c3cb00dc08f02c5d5340a2a781f23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
r273fed r1ed346 1385 1385 { 1386 1386 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)) 1388 1388 { 1389 1389 //LaScala for the homogeneous case and i == 0
Note: See TracChangeset
for help on using the changeset viewer.