Changeset 6139c4 in git


Ignore:
Timestamp:
Jul 12, 2010, 6:49:26 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
f2244c8d04b15221e3dc6c7b4a33285a78a2388c
Parents:
53f204db47ee058755a76f754ec4b8c21f0bce22
Message:
division and complex

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

Legend:

Unmodified
Added
Removed
  • kernel/ring.cc

    r53f204 r6139c4  
    16081608  if (r->parameter!=NULL)
    16091609  {
    1610     res->minpoly=nCopy(r->minpoly);
     1610    if (r->minpoly!=NULL) res->minpoly=nCopy(r->minpoly);
    16111611    int l=rPar(r);
    16121612    res->parameter=(char **)omAlloc(l*sizeof(char_ptr));
Note: See TracChangeset for help on using the changeset viewer.