[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
debugging remnants in liboctave/CMatrix.cc?
From: |
John W. Eaton |
Subject: |
debugging remnants in liboctave/CMatrix.cc? |
Date: |
Thu, 24 Jun 2010 23:22:03 -0400 |
On 24-Jun-2010, Ben Abbott wrote:
| Are lines 2701-2703 of CMatrix.cc stray remnants of debugging?
|
| 2701 std::cerr << "work numel: " << work.numel () << std::endl;
| 2702 std::cerr << "rwork numel: " << rwork.numel () << std::endl;
| 2703 std::cerr << "iwork numel: " << iwork.numel () << std::endl;
|
|
http://hg.savannah.gnu.org/hgweb/octave/file/390d93e20531/liboctave/CMatrix.cc#l2700
|
| They were introduced below.
|
|
http://hg.savannah.gnu.org/hgweb/octave/diff/f062b569a301/liboctave/CMatrix.cc
|
| Which was partially removed by ...
|
| http://hg.savannah.gnu.org/hgweb/octave/rev/e3cc3ff9405f
Sorry, that was probably partly my fault. Yes, those lines were for
debugging and they should be removed.
jwe