<div class="gmail_quote">On Tue, Aug 14, 2012 at 3:44 PM, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb adM"><div class="im"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>You can, but the setter routines interpret NULL as "ignore", i.e.</div>
<div><br></div><div>
if (func) ctx->func = func;</div>
</blockquote></div><br></div></div>Does this make sense to anyone? Can we remove that if?</blockquote></div><br><div>Then we would have to revisit lots of locations and get the old value before resetting it. Passing NULL was a convenience.</div>