Changeset 5e051b in git


Ignore:
Timestamp:
Aug 27, 2004, 2:20:02 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
637e70d2af52fde7a76bebe842336c2fbbb48469
Parents:
262fc363590dc5f14490c89bd762ae4753aae727
Message:
*hannes: const


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

Legend:

Unmodified
Added
Removed
  • kernel/gring.h

    r262fc3 r5e051b  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: gring.h,v 1.7 2004-08-14 13:55:27 levandov Exp $ */
     6/* $Id: gring.h,v 1.8 2004-08-27 12:20:02 Singular Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    4747
    4848/* copy : */
    49 poly nc_p_CopyGet(poly a, ring r);
    50 poly nc_p_CopyPut(poly a, ring r);
     49poly nc_p_CopyGet(poly a, const ring r);
     50poly nc_p_CopyPut(poly a, const ring r);
    5151
    5252/* syzygies : */
Note: See TracChangeset for help on using the changeset viewer.