Changeset 1e47f8a in git


Ignore:
Timestamp:
Dec 1, 2000, 3:06:31 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
7dc5589b3fc2f23bd0efaf9162342e6a66730c27
Parents:
d65eb89a8715a58a8921b48c08b598a0a1ded9ca
Message:
*hannes: PLURAL


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

Legend:

Unmodified
Added
Removed
  • Singular/pInline2.h

    rd65eb8 r1e47f8a  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: pInline2.h,v 1.19 2000-11-24 19:30:49 obachman Exp $
     9 *  Version: $Id: pInline2.h,v 1.20 2000-12-01 14:06:31 Singular Exp $
    1010 *******************************************************************/
    1111#ifndef PINLINE2_H
     
    518518  }
    519519
     520  if (pNext(p) == NULL)
     521  {
    520522#ifndef HAVE_PLURAL
    521   if (pNext(p) == NULL)
    522   {
    523 
    524523    q = r->p_Procs->p_Mult_mm(q, p, r);
     524#else /* PLURAL */
     525    q = r->p_Procs->nc_mm_Mult_p(p, q, r);
     526#endif
    525527    r->p_Procs->p_Delete(&p, r);
    526528    return q;
    527529  }
    528 #endif
    529530
    530531  if (pNext(q) == NULL)
Note: See TracChangeset for help on using the changeset viewer.