]> www.ginac.de Git - ginac.git/blobdiff - ginac/matrix.cpp
- numeric::numeric(const char*): parse complex numbers.
[ginac.git] / ginac / matrix.cpp
index bb1850f728de2311f05eae5efbcd9ff38b494da3..54917a275bc3a0ccda20d996f9d050d373d66e25 100644 (file)
@@ -1114,7 +1114,7 @@ int matrix::fraction_free_elimination(bool det)
     for (unsigned r1=0; r1<row-1; ++r1) {
         int indx = tmp_n.pivot(r1);
         if (det && indx==-1)
-            return 0;  // FIXME: what to do if det is false?
+            return 0;  // FIXME: what to do if det is false, some day?
         if (indx>0) {
             sign = -sign;
             // rows r1 and indx were swapped, so pivot matrix tmp_d: