Changeset f2f460 in git


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


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r6a90646 rf2f460  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.9 2007-01-03 00:17:09 motsak Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.10 2007-01-11 10:10:37 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    99#include "mod2.h"
    1010
    11 // #ifdef HAVE_PLURAL
     11#ifdef HAVE_PLURAL
    1212
    1313
     
    966966}
    967967
    968 // #endif
    969 
    970 
    971 
     968#endif
     969
  • kernel/gring.cc

    r6a90646 rf2f460  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: gring.cc,v 1.33 2007-01-09 13:07:04 Singular Exp $
     9 *  Version: $Id: gring.cc,v 1.34 2007-01-11 10:09:22 Singular Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
    12 // #ifdef HAVE_PLURAL
     12#ifdef HAVE_PLURAL
    1313#define PLURAL_INTERNAL_DECLARATIONS
    1414
     
    29932993}
    29942994
    2995 // #endif
     2995#endif
    29962996
    29972997
  • kernel/sca.cc

    r6a90646 rf2f460  
    77 *  Author:  motsak (Oleksandr Motsak)
    88 *  Created: 2006/12/18
    9  *  Version: $Id: sca.cc,v 1.4 2007-01-09 14:29:33 Singular Exp $
     9 *  Version: $Id: sca.cc,v 1.5 2007-01-11 10:08:28 Singular Exp $
    1010 *******************************************************************/
    1111
     
    1313#include "mod2.h"
    1414
     15#ifdef HAVE_PLURAL
    1516// for
    1617#define PLURAL_INTERNAL_DECLARATIONS
     
    22132214#endif
    22142215}
     2216#endif
Note: See TracChangeset for help on using the changeset viewer.