octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

debugging remnants in liboctave/CMatrix.cc?


From: Ben Abbott
Subject: debugging remnants in liboctave/CMatrix.cc?
Date: Thu, 24 Jun 2010 18:22:51 -0400

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

Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]