Changeset 73ad0c in git for libpolys/polys/matpol.cc


Ignore:
Timestamp:
Jul 29, 2011, 10:40:39 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
71955d1046512d6a8fedecbd18e77a75a4bd5fa0
Parents:
bf6a4d5920ef44ffb48d0fc83b4d53589111d60c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-29 10:40:39+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:15+01:00
Message:
p_Var, p_LOwVar -> p_polys.h, p_polys.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/matpol.cc

    rbf6a4d r73ad0c  
    3737
    3838#include "sparsmat.h"
    39    
    40 //omBin ip_smatrix_bin = omGetSpecBin(sizeof(ip_smatrix));
    41 #define ip_smatrix_bin sip_sideal_bin
     39
     40//omBin sip_sideal_bin = omGetSpecBin(sizeof(ip_smatrix));
    4241/*0 implementation*/
    4342
     
    5453    return NULL;
    5554  }
    56   matrix rc = (matrix)omAllocBin(ip_smatrix_bin);
     55  matrix rc = (matrix)omAllocBin(sip_sideal_bin);
    5756  rc->nrows = r;
    5857  rc->ncols = c;
     
    429428  l = pLength(sel);
    430429  co = mpNew(2, l);
    431  
     430
    432431  if (rHasLocalOrMixedOrdering(R))
    433432  {
     
    732731{
    733732  omFreeSize((ADDRESS)a->m,a->nrows*a->ncols*sizeof(poly));
    734   omFreeBin((ADDRESS)a, ip_smatrix_bin);
     733  omFreeBin((ADDRESS)a, sip_sideal_bin);
    735734}
    736735
     
    15001499{
    15011500  omFreeSize((ADDRESS)a->m,a->nrows*a->ncols*sizeof(poly));
    1502   omFreeBin((ADDRESS)a, ip_smatrix_bin);
     1501  omFreeBin((ADDRESS)a, sip_sideal_bin);
    15031502}
    15041503
Note: See TracChangeset for help on using the changeset viewer.