Re: Tweaking the model counts

From: John E. Davis <davis_at_email.domain.hidden>
Date: Fri, 5 May 2006 12:26:34 -0400
John Houck <houck_at_email.domain.hidden>If you want to assign the same hook to all datasets, you could
>do this:
>
>  set_post_model_hook (all_data, &post_model_hook);

This seems to work.  Thanks for the foresight in adding the hook.
One suggestion: If no background has been defined, pass 0 instead of
NULL.  Otherwise a hook will have to be written:

   define hook (lo, hi, c, b)
   {
      if (b != NULL)
        return c;
      else
        return c + b;
   }

--John
Received on Fri May 05 2006 - 12:26:34 EDT

This archive was generated by hypermail 2.2.0 : Thu Mar 15 2007 - 08:45:51 EDT