Changeset 19370c in git for kernel/tgb.cc


Ignore:
Timestamp:
Feb 7, 2007, 11:49:41 AM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
89b59f6bb2e4c55ff6effd6ee652ae6444d424aa
Parents:
bccc3fcf764b040cb2f6573b1c8756d685b5eb0b
Message:
*hannes: naming conventions


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    rbccc3f r19370c  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.122 2007-02-06 09:59:00 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.123 2007-02-07 10:49:41 Singular Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    22842284#ifdef HAVE_PLURAL
    22852285      if (c->nc){
    2286         h= nc_SPoly(c->S->m[s->i], c->S->m[s->j]/*, NULL*/, c->r);
     2286        h= nc_CreateSpoly(c->S->m[s->i], c->S->m[s->j]/*, NULL*/, c->r);
    22872287        if (h!=NULL)
    22882288          pCleardenom(h);
Note: See TracChangeset for help on using the changeset viewer.