Changeset 8391d8 in git for kernel/tgb.cc


Ignore:
Timestamp:
Sep 24, 2009, 6:37:42 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
785e89b7306ebdeea35396a79b96dada09124098
Parents:
493699ee1754bff0d1b7c8f580f0b29c26002e60
Message:
*hannes: n_Init is now ring indep.


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r493699e r8391d8  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.166 2009-09-16 12:26:27 Singular Exp $ */
     7/* $Id: tgb.cc,v 1.167 2009-09-24 16:37:42 Singular Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    113113{
    114114  poly rc = p_Init_Special(r);
    115   pSetCoeff0(rc,r->cf->nInit(1));
     115  pSetCoeff0(rc,n_Init(1,r));
    116116  return rc;
    117117}
Note: See TracChangeset for help on using the changeset viewer.