[Insight-developers] itkLBFGSOptimizerTest failing

Lorensen, William E (CRD) lorensen@crd.ge.com
Mon, 2 Apr 2001 11:19:14 -0400


We need to do something about vnl writing informational messages to cerr. I would go ahead and nest
those messages.

-----Original Message-----
From: Luis Ibanez [mailto:ibanez@cs.unc.edu]
Sent: Monday, April 02, 2001 10:11 AM
To: insight
Subject: [Insight-developers] itkLBFGSOptimizerTest failing


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

_______________________________________________
Insight-developers mailing list
Insight-developers@public.kitware.com
http://public.kitware.com/mailman/listinfo/insight-developers