Changeset 6d8067 in git for Singular/LIB/mprimdec.lib
- Timestamp:
- Sep 1, 2016, 12:49:01 PM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a807c5a8eb9a2ad1143f248981fa1bdcac697a5b
- Parents:
- d4e6a9eab50cd94d6a7a4660b9b587bfe8242de6
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-09-01 12:49:01+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-09-01 12:50:11+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/mprimdec.lib
rd4e6a9 r6d8067 1 1 ////////////////////////////////////////////////////////////////////////////// 2 2 3 version="version mprimdec.lib 4.0. 0.0 Jun_2013"; // $Id$3 version="version mprimdec.lib 4.0.3.3 Sep_2016 "; // $Id$ 4 4 category="Commutative Algebra"; 5 5 … … 223 223 { 224 224 def BAS=basering; 225 execute("ring Rloc=("+charstr(basering)+","+varstr(basering)+"),dummy,( "+ordstr(basering)+");");225 execute("ring Rloc=("+charstr(basering)+","+varstr(basering)+"),dummy,(C,dp);"); 226 226 module @N=imap(BAS, @N); 227 227 poly @q=prepareSat(@N); … … 633 633 if(size(ann)==0) 634 634 { 635 execute("ring Rloc=("+charstr(basering)+","+varstr(basering)+"),dummy,( "+ordstr(basering)+");");635 execute("ring Rloc=("+charstr(basering)+","+varstr(basering)+"),dummy,(C,dp);"); 636 636 module @N=imap(BAS, @N); 637 637 poly @q=prepareSat(@N); … … 1423 1423 if(size(ann)==0) //check, whether ann=0 1424 1424 { 1425 execute("ring Rloc=("+charstr(basering)+","+varstr(basering)+"),dummy,( "+ordstr(basering)+");");1425 execute("ring Rloc=("+charstr(basering)+","+varstr(basering)+"),dummy,(C,dp);"); 1426 1426 module @N=clrSBmod(imap(BAS, @N)); 1427 1427 module @M=freemodule(nrows(@N));
Note: See TracChangeset
for help on using the changeset viewer.