Changeset a830d2b in git for kernel/ring.cc


Ignore:
Timestamp:
Dec 10, 2003, 5:56:54 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f22093ec6e6bc0dccfa3a753a2ec46992bab0916
Parents:
752f86eedcf042968f429e397823aa2ebd7d95c0
Message:
* hannes: made aux functions extern available


git-svn-id: file:///usr/local/Singular/svn/trunk@6963 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ring.cc

    r752f86 ra830d2b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ring.cc,v 1.2 2003-12-10 16:28:03 Singular Exp $ */
     4/* $Id: ring.cc,v 1.3 2003-12-10 16:56:54 Singular Exp $ */
    55
    66/*
     
    6363
    6464// unconditionally deletes fields in r
    65 static void rDelete(ring r);
     65void rDelete(ring r);
    6666// set r->VarL_Size, r->VarL_Offset, r->VarL_LowIndex
    6767static void rSetVarL(ring r);
     
    149149
    150150// check intvec, describing the ordering
    151 static BOOLEAN rCheckIV(intvec *iv)
     151BOOLEAN rCheckIV(intvec *iv)
    152152{
    153153  if ((iv->length()!=2)&&(iv->length()!=3))
     
    159159}
    160160
    161 static int rTypeOfMatrixOrder(intvec * order)
     161int rTypeOfMatrixOrder(intvec * order)
    162162{
    163163  int i=0,j,typ=1;
     
    361361}
    362362
    363 static void rDelete(ring r)
     363void rDelete(ring r)
    364364{
    365365  int i, j;
Note: See TracChangeset for help on using the changeset viewer.