Changeset e42755 in git for Singular/LIB/dmod.lib


Ignore:
Timestamp:
Apr 14, 2009, 7:11:50 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
bb93df632f69b8c4d26aaceae7bedd1505ab4d54
Parents:
4aa8a1a711be6cea1b8d81a90de46c68bbbc29f8
Message:
*hannes: code cleanup


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmod.lib

    r4aa8a1a re42755  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmod.lib,v 1.40 2009-04-14 12:00:14 Singular Exp $";
     2version="$Id: dmod.lib,v 1.41 2009-04-14 17:11:50 Singular Exp $";
    33category="Noncommutative";
    44info="
     
    104104LIB "dmodapp.lib"; // for e.g. engine
    105105LIB "poly.lib";
    106 
    107 proc testdmodlib()
    108 {
    109   /* tests all procs for consistency */
    110   /* adding the new proc, add it here */
    111 
    112   "MAIN PROCEDURES:";
    113   example annfs;
    114   example Sannfs;
    115   example Sannfslog;
    116   example bernsteinBM;
    117   example operatorBM;
    118   example annfspecial;
    119   example annfsParamBM;
    120   example annfsBMI;
    121   example checkRoot;
    122   example annfs0;
    123   example annfs2;
    124   example annfsRB;
    125   example annfs2;
    126   "SECONDARY D-MOD PROCEDURES:";
    127   example annfsBM;
    128   example annfsLOT;
    129   example annfsOT;
    130   example SannfsBM;
    131   example SannfsLOT;
    132   example SannfsOT;
    133   example SannfsBFCT;
    134   example checkRoot1;
    135   example checkRoot2;
    136   example checkFactor;
    137 }
    138 
    139 
    140106
    141107// new top-level procedures
Note: See TracChangeset for help on using the changeset viewer.