Changeset e3b9bf in git
- Timestamp:
- Apr 10, 2009, 10:30:16 AM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 93217595e92501afce06f4d77bde8ddc4bb0328a
- Parents:
- 46620c2ab47703665bb2d7d354aa1e465db426e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/dmodapp.lib
r46620c re3b9bf 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: dmodapp.lib,v 1.2 6 2009-04-09 12:04:41 seelischExp $";2 version="$Id: dmodapp.lib,v 1.27 2009-04-10 08:30:16 Singular Exp $"; 3 3 category="Noncommutative"; 4 4 info=" … … 1412 1412 " 1413 1413 { 1414 if (var num(s)==0)1414 if (varNum(s)==0) 1415 1415 { 1416 1416 ERROR("no such variable found in the basering"); return(0); 1417 1417 } 1418 poly x = var(var num(s));1418 poly x = var(varNum(s)); 1419 1419 poly P = 1; 1420 1420 int sl = size(L[1]);
Note: See TracChangeset
for help on using the changeset viewer.