Changeset 1495df4 in git for kernel/gring.cc


Ignore:
Timestamp:
Jul 15, 2008, 6:27:58 PM (16 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e3164c057b351ebc7de36b8955221b4cb648bdbe
Parents:
67dbdb5d3b02ace5998471f519c0e9ae91a1c63b
Message:
*motsak: special multiplication


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

Legend:

Unmodified
Added
Removed
  • kernel/gring.cc

    r67dbdb r1495df4  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: gring.cc,v 1.60 2008-07-08 11:28:21 Singular Exp $
     9 *  Version: $Id: gring.cc,v 1.61 2008-07-15 16:27:58 motsak Exp $
    1010 *******************************************************************/
    1111
     
    4242#include "sca.h"
    4343#include <summator.h>
     44
     45#include <ncSAMult.h> // for CMultiplier etc classes
    4446
    4547
     
    25462548
    25472549  assume( r->GetNC()->ref == 0 );
     2550
     2551  if( rIsSCA(r) && (r->GetNC()->GetGlobalMultiplier() != NULL) )
     2552  {
     2553    delete r->GetNC()->GetGlobalMultiplier();
     2554    r->GetNC()->GetGlobalMultiplier() = NULL;
     2555  }
    25482556
    25492557  int i,j;
Note: See TracChangeset for help on using the changeset viewer.