Maybe this is very basic, but I'm not getting it. I've googled around and searched here for an answer but I can't find it. I need to set D[h[r], r] equal to zero, so that when this is evaluated it shows that it's zero. I've tried doing:
Block[D[h[r], r], 0]
or even just
D[h[r], r] = 0
but this returns "tag is protected". Thank you for your help