Changeset 7e39b2 in git for kernel/sca.cc


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


git-svn-id: file:///usr/local/Singular/svn/trunk@9659 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.