[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnash-commit
Subject:    [Gnash-commit] /srv/bzr/gnash/trunk r9885: drop annoying error
From:       Sandro Santilli <strk () keybit ! net>
Date:       2008-09-30 22:17:43
Message-ID: E1Kkp9f-0003Ow-Kn () sv ! gnu ! org
[Download RAW message or body]

------------------------------------------------------------
revno: 9885
committer: Sandro Santilli <strk@keybit.net>
branch nick: gnash-head
timestamp: Tue 2008-09-30 18:17:43 -0400
message:
  drop annoying error message about matrix not being invertible, the code is correct \
and tested in matrix_test.swf modified:
  libcore/matrix.cpp


["r9885.diff" (r9885.diff)]

=== modified file 'libcore/matrix.cpp'
--- a/libcore/matrix.cpp	2008-09-30 14:46:27 +0000
+++ b/libcore/matrix.cpp	2008-09-30 22:17:43 +0000
@@ -304,8 +304,8 @@
     boost::int64_t det = determinant();
     if(det == 0)
     {
-        log_error("Matrix not invertible, setting to identity on invert request");
-        // TODO: check this.
+        //log_debug("Matrix not invertible, setting to identity on invert request");
+        // tested in misc-ming.all/matrix_test.c (seek "matrix inversion")
         set_identity();
     }
     else



_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic