Changeset 9b9c0b in git for kernel/ring.h


Ignore:
Timestamp:
Apr 29, 2005, 9:49:30 AM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cb5cac5482a8f030f1859c9ab1710b5809dc4989
Parents:
23b5a65cf5607012698a7371986704418775654b
Message:
*hannes: const


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

Legend:

Unmodified
Added
Removed
  • kernel/ring.h

    r23b5a6 r9b9c0b  
    77* ABSTRACT - the interpreter related ring operations
    88*/
    9 /* $Id: ring.h,v 1.7 2005-04-21 16:16:47 levandov Exp $ */
     9/* $Id: ring.h,v 1.8 2005-04-29 07:49:30 Singular Exp $ */
    1010
    1111/* includes */
     
    285285void rSetWeightVec(ring r, int *);
    286286
    287 lists rDecompose(ring r);
    288 ring rCompose(lists  L);
     287lists rDecompose(const ring r);
     288ring rCompose(const lists  L);
    289289/////////////////////////////
    290290// Auxillary functions
Note: See TracChangeset for help on using the changeset viewer.