[Insight-developers] itkLBFGSOptimizerTest failing
Luis Ibanez
ibanez@cs.unc.edu
Mon, 02 Apr 2001 10:11:04 -0400
Hi,
itkLBFGSOptimizerTest is reported as failing.
This is due to vnl_lbfgs.cxx sending a message
to the vcl_cerr stream.
In general the vnl optimizers nested those messages
in conditional blocks like
if( verbose ) {
vcl_cerr << "...";
}
in this particular case, vnl_lbfgs.cxx line 101
the message is not nested.
vnl_lbfgs.cxx use other booleans for controling the
messages:
verbose_
trace
we_trace
Should I add a block aroung the message ?
Thanks
Luis