Changeset e42755 in git for Singular/LIB/dmod.lib
- Timestamp:
- Apr 14, 2009, 7:11:50 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- bb93df632f69b8c4d26aaceae7bedd1505ab4d54
- Parents:
- 4aa8a1a711be6cea1b8d81a90de46c68bbbc29f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/dmod.lib
r4aa8a1a re42755 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: dmod.lib,v 1.4 0 2009-04-14 12:00:14Singular Exp $";2 version="$Id: dmod.lib,v 1.41 2009-04-14 17:11:50 Singular Exp $"; 3 3 category="Noncommutative"; 4 4 info=" … … 104 104 LIB "dmodapp.lib"; // for e.g. engine 105 105 LIB "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 140 106 141 107 // new top-level procedures
Note: See TracChangeset
for help on using the changeset viewer.