On Thu, Nov 01, 2007 at 11:46 -0400, rgibson_at_email.domain.hidden> It doesn't seem to... it's an issue because I have a routine that calls conf > several times (intelligently) as a way to improve fit quality. (This works > better than using subplex many times.) But it clogs up the screen and I > can't > see important error/warning messages. > > isis> Fit_Verbose; > -1 > isis> conf(7); > Found improved fit, stat= 384.517 for param[7] = 630.725 > **** Found improved fit > 630.725 > 630.725 This warning message is printed by the fit_verbose_warn_hook() function which, by default, is defined to be: define fit_verbose_warn_hook (s) { () = fputs (s, stderr); } To turn off all such warning messages, you could provide an empty definition: public define fit_verbose_warn_hook (s){ } Alternatively, you could provide an implementation that filters out unwanted messages. Thanks, -John ---- You received this message because you are subscribed to the isis-users list. To unsubscribe, send a message to isis-users-request_at_email.domain.hiddenwith the first line of the message as: unsubscribeReceived on Thu Nov 01 2007 - 12:28:38 EDT
This archive was generated by hypermail 2.3.0 : Fri May 02 2014 - 08:35:45 EDT