Changeset 4c83d30 in git for Singular/LIB/dmod.lib


Ignore:
Timestamp:
Feb 20, 2008, 4:56:57 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
ec80a283851d3ae4fdc583529b509ea5d8539051
Parents:
7f7573169eaa29f343487edc4a3a3ee5a9ef7414
Message:
*hannes: no printlevel in examples


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmod.lib

    r7f7573 r4c83d30  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmod.lib,v 1.25 2008-02-05 22:44:28 levandov Exp $";
     2version="$Id: dmod.lib,v 1.26 2008-02-20 15:56:57 Singular Exp $";
    33category="Noncommutative";
    44info="
     
    247247  ring r = 0,(x,y,z),Dp;
    248248  poly F = z*x^2+y^3;
    249   printlevel = 0;
    250249  def A  = annfs(F); // here, the default BM algorithm will be used
    251250  setring A;
Note: See TracChangeset for help on using the changeset viewer.