Changeset e9259f in git


Ignore:
Timestamp:
Sep 29, 2010, 5:42:15 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
34cfbc656ecf98dd3a11da672ee9af8df1537824
Parents:
1a96a43d10db387000779904356d2c341318578c
Message:
bug fix; strange output to prevent seg fault

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/paraplanecurves.lib

    r1a96a4 re9259f  
    33category="Commutative Algebra";
    44info="
    5 LIBRARY:  paraplanecurves.lib     
     5LIBRARY:  paraplanecurves.lib
    66
    77PURPOSE:  Rational parametrization of rational plane curves
     
    9898
    9999LIB "elim.lib";
    100 LIB "intBasis.lib";
     100LIB "intbasis.lib";
    101101LIB "normal.lib";
    102102LIB "general.lib";
     
    25012501  else
    25022502  {
     2503    string dummyString = string(K); // without this useless line, we
     2504                                    // sometimes get a seg fault because
     2505                                    // mm is corrupted; strange!?!?!?!?
    25032506    number nx = number(subst(mm[1], var(1), K[2], var(2), K[3], var(3), K[4]));
    25042507    number ny = number(subst(mm[2], var(1), K[2], var(2), K[3], var(3), K[4]));
Note: See TracChangeset for help on using the changeset viewer.