Changeset 69262fa in git for kernel/gring.cc


Ignore:
Timestamp:
Apr 3, 2009, 8:28:53 PM (15 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
e76ba8d63dfc5181e518f4faa0a9e408e27f95fe
Parents:
509339932269ee5ca46faa0b1aa9cfd1de39df76
Message:
*motsak: nc_*_bracket-related changes


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

Legend:

Unmodified
Added
Removed
  • kernel/gring.cc

    r509339 r69262fa  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: gring.cc,v 1.71 2009-02-26 15:55:46 Singular Exp $
     9 *  Version: $Id: gring.cc,v 1.72 2009-04-03 18:28:53 motsak Exp $
    1010 *******************************************************************/
    1111
     
    22342234poly nc_mm_Bracket_nn(poly m1, poly m2);
    22352235
    2236 poly nc_p_Bracket_qq(poly p, poly q)
     2236poly nc_p_Bracket_qq(poly p, const poly q)
    22372237  /* returns [p,q], destroys p */
    22382238{
     2239  assume(p != NULL && q!= NULL);
    22392240
    22402241  if (!rIsPluralRing(currRing)) return(NULL);
Note: See TracChangeset for help on using the changeset viewer.