Changeset bf27e44 in git for Singular/gring.h


Ignore:
Timestamp:
Feb 23, 2001, 5:28:24 PM (23 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
b042a4a104eea2c1b17647a34ab7f6b6e2662e7e
Parents:
cc3588341d3dde8bffaa54e737278d31befa19ce
Message:
plural corrections


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

Legend:

Unmodified
Added
Removed
  • Singular/gring.h

    rcc3588 rbf27e44  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: gring.h,v 1.4 2001-02-23 15:41:11 levandov Exp $ */
     6/* $Id: gring.h,v 1.5 2001-02-23 16:28:24 levandov Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    2121poly nc_pp_Mult_mm(poly p, poly m, const ring r,poly &last);
    2222poly nc_p_Mult_mm(poly p, poly m, const ring r);
    23 poly nc_p_Minus_mm_Mult_qq(poly p, const poly m, poly q, int &lp, int lq,
    24                            poly spNoether, const ring r);
     23poly nc_p_Minus_mm_Mult_qq(poly p, const poly m, poly q, const ring r);
    2524// other routines we need in addition :
    2625poly nc_mm_Mult_p(const poly m, poly p, const ring r);
Note: See TracChangeset for help on using the changeset viewer.