Changeset f2e8212 in git for Singular/LIB


Ignore:
Timestamp:
Oct 14, 2010, 2:03:24 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
794e6a48bb293a065e0ebad6e8bd346b5e7e41bc
Parents:
03b9eea51942a70e5c88b54dde35b83a3a72e72a
Message:
fix counting of singularities

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r03b9ee rf2e8212  
    24952495          nodes=tau-tauloc-2*cusps;
    24962496          nsing=nsing+nodes;
    2497           if (inv[2]!=0) { nsing++; }
     2497          if (inv[2]!=0) { nsing++; }
    24982498          nbranch=inv[3]+ 2*nodes+cusps;
    24992499          delt=delt+nodes+cusps;
     
    46184618      // The new denominator is chosen.
    46194619      c = D * c;
    4620  
     4620
    46214621      // If we have a universal denominator of smaller degree than c,
    46224622      // we replace c by it.
Note: See TracChangeset for help on using the changeset viewer.