<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div><div class="h5"><br></div></div>Are you sure it is not 3.4.x?</div><div class="gmail_extra"></div></div></blockquote></div><br></div><div class="gmail_extra">No.  But I do not see a 3.4.1.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Perhaps I should change</div><div class="gmail_extra"><br></div><div class="gmail_extra">#if PETSC_VERSION_GT(3,4,0) || !PETSC_VERSION_RELEASE<br></div><div class="gmail_extra">
<br></div><div class="gmail_extra">to</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">#if PETSC_VERSION_GE(3,5,0) || !PETSC_VERSION_RELEASE<br></div><div><br></div><div>This interface change will not go into a release until 3.5 right?</div>
<div><br></div></div><div class="gmail_extra"><br></div></div>