Changeset 6ca8b0 in git


Ignore:
Timestamp:
Jul 7, 2009, 6:06:02 PM (14 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
21a9f54ce99f8c2de3a4fd3a110efcd07ccf30a1
Parents:
b46fb9aae91491b23ca45209cc35fa72269f7d85
Message:
*levandov: operatorModulo cosmetics


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmod.lib

    rb46fb9 r6ca8b0  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmod.lib,v 1.43 2009-05-08 16:02:23 levandov Exp $";
     2version="$Id: dmod.lib,v 1.44 2009-07-07 16:06:02 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    126126  example annfsRB;
    127127  example annfs2;
     128  example operatorModulo;
    128129  "SECONDARY D-MOD PROCEDURES:";
    129130  example annfsBM;
     
    50685069  if (sP == 0)
    50695070  {
    5070     "Warning: zero root!";
     5071    "Warning: zero root present!";
    50715072  }
    50725073  return(sP);
Note: See TracChangeset for help on using the changeset viewer.