Changeset d61b47c in git


Ignore:
Timestamp:
Jan 5, 2006, 3:54:24 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
212aaff1973465b0af2b4c1e5cb731d9db6155b6
Parents:
195fa1364233e478134940e1457d8dbbe7b4ccd4
Message:
*hannes: syntax


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

Legend:

Unmodified
Added
Removed
  • kernel/gring.h

    r195fa13 rd61b47c  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: gring.h,v 1.12 2005-07-15 11:58:23 levandov Exp $ */
     6/* $Id: gring.h,v 1.13 2006-01-05 14:54:24 Singular Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    2929/* poly functions defined in p_Procs : */
    3030poly nc_pp_Mult_mm(poly p, poly m, const ring r, poly &last);
    31 poly nc_p_Mult_mm(poly p, poly m, const ring r);
     31poly nc_p_Mult_mm(poly p, const poly m, const ring r);
    3232poly nc_p_Minus_mm_Mult_qq(poly p, const poly m, poly q, const ring r);
    3333/* other routines we need in addition : */
Note: See TracChangeset for help on using the changeset viewer.