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/pp_Mult_Coeff_mm_DivSelect__Template.cc

    r3c13f6 r7e5a38  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: pp_Mult_Coeff_mm_DivSelect__Template.cc,v 1.3 2000-10-30 13:40:26 obachman Exp $
     9 *  Version: $Id: pp_Mult_Coeff_mm_DivSelect__Template.cc,v 1.4 2000-12-07 15:04:01 obachman Exp $
    1010 *******************************************************************/
    1111
     
    1717 *
    1818 ***************************************************************/
    19 poly pp_Mult_Coeff_mm_DivSelect(poly p, const poly m, const ring r)
     19LINKAGE poly pp_Mult_Coeff_mm_DivSelect(poly p, const poly m, const ring r)
    2020{
    2121  number n = pGetCoeff(m);
Note: See TracChangeset for help on using the changeset viewer.