Changeset f12cd23 in git


Ignore:
Timestamp:
Mar 18, 2008, 11:11:04 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
Children:
8e0cdf68ee08e8a053c2636918b94947d6781176
Parents:
85194f264939ff85dd7731d524a483b21f35f5ac
Message:
*hannes: factorize: intvec size


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

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.cc

    r85194f2 rf12cd23  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.27 2008-03-17 18:33:55 Singular Exp $
     5// $Id: clapsing.cc,v 1.28 2008-03-18 10:11:04 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    932932      Variable a=rootOf(mipo);
    933933      CanonicalForm F( convSingAPFactoryAP( f,a ) );
    934       L.insert(F);
    935934      if (rField_is_Zp_a() && F.isUnivariate())
    936935      {
     
    11151114        {
    11161115          intvec *w=*v;
    1117           int len=si_max(n-j,1);
    1118           *v = new intvec( len /*si_max(n-j,1)*/ );
     1116          int len=IDELEMS(res);
     1117          *v = new intvec( len );
    11191118          for (i=0,j=0;i<si_min(w->length(),len);i++)
    11201119          {
Note: See TracChangeset for help on using the changeset viewer.