Changeset 9306b5d in git for kernel/gring.cc


Ignore:
Timestamp:
Jun 22, 2006, 2:08:58 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
5be91d49996f480db9208d07f3b70a23a7ca67b7
Parents:
e4f20d2615e238a260bac37b747a2eab40caeae9
Message:
*hannes: avoid some PLURAL tests


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

Legend:

Unmodified
Added
Removed
  • kernel/gring.cc

    re4f20d r9306b5d  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: gring.cc,v 1.28 2005-07-26 07:00:11 bricken Exp $
     9 *  Version: $Id: gring.cc,v 1.29 2006-06-22 12:08:57 Singular Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
     
    5454}
    5555
     56poly nc_p_Minus_mm_Mult_qq_ign(poly p, const poly m, poly q, int & d1, poly d2, const ring r, poly &d3)
     57{
     58  return nc_p_Minus_mm_Mult_qq(p,m,q,r);
     59}
    5660//----------- auxiliary routines--------------------------
    5761poly _nc_p_Mult_q(poly p, poly q, const int copy, const ring r)
Note: See TracChangeset for help on using the changeset viewer.