Ignore:
Timestamp:
Jul 8, 2019, 2:07:08 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
11cc5e9e0459f60e3740564f9982a3180ad57c07
Parents:
bc4eb794179fe80f037ef650a09e4a41d316208e84f0d81502771d37e63ee8041e613ac62d48668d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-07-08 14:07:08+02:00
git-committer:
GitHub <noreply@github.com>2019-07-08 14:07:08+02:00
Message:
Merge pull request #938 from tthsqe12/parallel_flint_conversion

Parallel flint conversion
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    r84f0d8 r1e351b3  
    58165816      R->names=(char**)omReallocSize(R->names,r->N*sizeof(char_ptr),R->N*sizeof(char_ptr));
    58175817    }
    5818     else i--;
     5818    i--;
    58195819  }
    58205820  R->block1[p]=R->N;
    5821   rComplete(R);
     5821  rComplete(R,1);
    58225822  return R;
    58235823}
Note: See TracChangeset for help on using the changeset viewer.