Changeset bf27e44 in git


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


git-svn-id: file:///usr/local/Singular/svn/trunk@5270 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 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);
  • Singular/pInline2.h

    rcc3588 rbf27e44  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: pInline2.h,v 1.25 2001-02-23 16:25:10 levandov Exp $
     9 *  Version: $Id: pInline2.h,v 1.26 2001-02-23 16:28:24 levandov Exp $
    1010 *******************************************************************/
    1111#ifndef PINLINE2_H
     
    520520  if (rIsPluralRing(r))
    521521     res = nc_p_Minus_mm_Mult_qq(p, m, q, r);
    522 #elseif
     522#else
    523523  res = r->p_Procs->p_Minus_mm_Mult_qq(p, m, q, shorter, spNoether, r, last);
    524524#endif
Note: See TracChangeset for help on using the changeset viewer.