Changeset d60626 in git


Ignore:
Timestamp:
Jan 11, 2007, 11:37:35 AM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8716be2e191c917ded9d525d95527e5828b8b42b
Parents:
d312f60de15be42c43e4d046f839a626576dfc89
Message:
*hannes: PLURAL TEST


git-svn-id: file:///usr/local/Singular/svn/trunk@9687 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/kbuckets.cc

    rd312f6 rd60626  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kbuckets.cc,v 1.29 2006-12-18 20:45:08 motsak Exp $ */
     4/* $Id: kbuckets.cc,v 1.30 2007-01-11 10:37:34 Singular Exp $ */
    55
    66#include "mod2.h"
     
    1212#include "kbuckets.h"
    1313#include "numbers.h"
     14#include "ring.h"
    1415#include "p_Procs.h"
    1516
  • kernel/kspoly.cc

    rd312f6 rd60626  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kspoly.cc,v 1.7 2007-01-03 00:17:10 motsak Exp $ */
     4/* $Id: kspoly.cc,v 1.8 2007-01-11 10:37:35 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Routines for Spoly creation and reductions
     
    6666            p_MaxComp(pNext(p2),tailRing) == 0));
    6767
     68#ifdef HAVE_PLURAL
    6869  if (rIsPluralRing(currRing))
    6970  {
     
    8586    return 0;
    8687  }
     88#endif
    8789
    8890  if (t2==NULL)           // Divisor is just one term, therefore it will
  • kernel/ring.cc

    rd312f6 rd60626  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ring.cc,v 1.52 2007-01-09 13:07:04 Singular Exp $ */
     4/* $Id: ring.cc,v 1.53 2007-01-11 10:37:35 Singular Exp $ */
    55
    66/*
     
    2727#ifdef HAVE_PLURAL
    2828#include "gring.h"
     29#endif
     30#include "maps.h"
    2931#include "matpol.h"
    30 #include "maps.h"
    31 #endif
    3232#ifdef HAVE_FACTORY
    3333#include "factory.h"
     
    39983998  return Renv;
    39993999}
    4000 
     4000#ifdef HAVE_PLURAL
    40014001BOOLEAN nc_rComplete(ring src, ring dest)
    40024002/* returns TRUE is there were errors */
     
    40634063  return FALSE;
    40644064}
     4065#endif
    40654066
    40664067void rModify_a_to_A(ring r)
Note: See TracChangeset for help on using the changeset viewer.