Changeset 7e5a38 in git for Singular/p_Neg__Template.cc


Ignore:
Timestamp:
Dec 7, 2000, 4:04:03 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8f79d773fb56da78b5f8ed5221984b47fb7404a5
Parents:
3c13f654591de9411714b65349412f92daf673a4
Message:
* dynamic loading of p_Procs


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

Legend:

Unmodified
Added
Removed
  • Singular/p_Neg__Template.cc

    r3c13f6 r7e5a38  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: p_Neg__Template.cc,v 1.2 2000-09-18 09:19:27 obachman Exp $
     9 *  Version: $Id: p_Neg__Template.cc,v 1.3 2000-12-07 15:03:59 obachman Exp $
    1010 *******************************************************************/
    1111
     
    1616 *
    1717 ***************************************************************/
    18 poly p_Neg(poly p, const ring r)
     18LINKAGE poly p_Neg(poly p, const ring r)
    1919{
    2020  poly q = p;
Note: See TracChangeset for help on using the changeset viewer.