In vnl_levenberg_marquardt.cxx, the function diagnose_outcome prints out errors, warnings, etc. There was a condition to skip the printouts, but it has been commented out: //if (!verbose_) return; Is there another way to skip these printouts? Thanks, Rob