Ignore:
Timestamp:
Dec 31, 2000, 4:54:47 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
3d369e3535023c7788c5b53355d3e437754b512e
Parents:
4469359e15fa7f254c1e096b60cae9cd0e8629e2
Message:
bug fix


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

Legend:

Unmodified
Added
Removed
  • Singular/pp_Mult_Coeff_mm_DivSelectMult__Template.cc

    r446935 rfa1f52  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: pp_Mult_Coeff_mm_DivSelectMult__Template.cc,v 1.1 2000-12-31 15:14:42 obachman Exp $
     9 *  Version: $Id: pp_Mult_Coeff_mm_DivSelectMult__Template.cc,v 1.2 2000-12-31 15:54:47 obachman Exp $
    1010 *******************************************************************/
    1111
     
    2222  (poly p,const poly m, const poly a, const poly b, int &shorter,const ring r)
    2323{
    24   assume(rOrd_is_c_dp(r));
     24  assume(rOrd_is_Comp_dp(r) && r->ExpL_Size > 2);
    2525  p_Test(p, r);
    2626  if (p == NULL) return NULL;
Note: See TracChangeset for help on using the changeset viewer.