Changeset d60626 in git for kernel/ring.cc


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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.