Changeset 362f57a in git


Ignore:
Timestamp:
Nov 5, 2018, 11:59:20 PM (5 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
06df0704f6eecb12261c5f37275f2874a08484a5
Parents:
72c47d9bdef5b8d7d5a7daa382775fc554a30b0d
git-author:
Hans Schönemann <hannes@mathematik.uni-kl.de>2018-11-05 23:59:20+01:00
git-committer:
Hans Schönemann <hannes@mathematik.uni-kl.de>2018-11-06 00:00:12+01:00
Message:
opt: conversion to factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapconv.cc

    r72c47d r362f57a  
    8989  BOOLEAN setChar=TRUE;
    9090
    91   p=pReverse(p);
     91//  p=pReverse(p);
    9292  poly op=p;
    9393  while ( p!=NULL )
     
    9696    if (errorreported) break;
    9797    setChar=FALSE;
    98     for ( int i = n; i >0; i-- )
     98    for ( int i = 1; i <=n; i++ )
    9999    {
    100100      if ( (e = p_GetExp( p, i, r)) != 0 )
     
    104104    pIter( p );
    105105 }
    106  op=pReverse(op);
     106// op=pReverse(op);
    107107 return result;
    108108}
Note: See TracChangeset for help on using the changeset viewer.