Changeset e9259f in git
- Timestamp:
- Sep 29, 2010, 5:42:15 PM (13 years ago)
- Branches:
- (u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
- Children:
- 34cfbc656ecf98dd3a11da672ee9af8df1537824
- Parents:
- 1a96a43d10db387000779904356d2c341318578c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/paraplanecurves.lib
r1a96a4 re9259f 3 3 category="Commutative Algebra"; 4 4 info=" 5 LIBRARY: paraplanecurves.lib 5 LIBRARY: paraplanecurves.lib 6 6 7 7 PURPOSE: Rational parametrization of rational plane curves … … 98 98 99 99 LIB "elim.lib"; 100 LIB "int Basis.lib";100 LIB "intbasis.lib"; 101 101 LIB "normal.lib"; 102 102 LIB "general.lib"; … … 2501 2501 else 2502 2502 { 2503 string dummyString = string(K); // without this useless line, we 2504 // sometimes get a seg fault because 2505 // mm is corrupted; strange!?!?!?!? 2503 2506 number nx = number(subst(mm[1], var(1), K[2], var(2), K[3], var(3), K[4])); 2504 2507 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.