Changeset 7e39b2 in git for kernel


Ignore:
Timestamp:
Jan 9, 2007, 3:31:05 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
ba8a719615ead61fd936ddea49bee3c58bcc7330
Parents:
4013ab170a23f9a5dea8acd7f70275934e37b25c
Message:
*hannes: names  fixed


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

Legend:

Unmodified
Added
Removed
  • kernel/sca.cc

    r4013ab r7e39b2  
    77 *  Author:  motsak (Oleksandr Motsak)
    88 *  Created: 2006/12/18
    9  *  Version: $Id: sca.cc,v 1.3 2007-01-09 11:21:15 Singular Exp $
     9 *  Version: $Id: sca.cc,v 1.4 2007-01-09 14:29:33 Singular Exp $
    1010 *******************************************************************/
    1111
     
    11941194// we should check whether qr->qideal is of the form: y_i^2, y_{i+1}^2, \ldots, y_j^2 (j > i)
    11951195//.if yes, setup qr->nc->type, etc.
    1196 bool SetupSCA(ring& rGR, const ring rG)
     1196bool sca_SetupSCA(ring& rGR, const ring rG)
    11971197{
    11981198//   return false; // test Plural
  • kernel/sca.h

    r4013ab r7e39b2  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: sca.h,v 1.2 2007-01-09 11:21:15 Singular Exp $ */
     7/* $Id: sca.h,v 1.3 2007-01-09 14:29:32 Singular Exp $ */
    88
    99#include <structs.h>
     
    8888// should be used inside QRing definition!
    8989// NOTE: (&TODO): Factors of SuperCommutative Algebras are not supported this way!
    90 bool SetupSCA(ring& rGR, const ring rG);
     90bool sca_SetupSCA(ring& rGR, const ring rG);
    9191
    9292
Note: See TracChangeset for help on using the changeset viewer.