<div dir="ltr"><div class="gmail_extra">On Mon, Jan 7, 2013 at 2:39 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> I think you should namespace the Seg thingy with Petsc and I'd advocate namespacing even all the static functions with PETSc, makes code clearer quicker.</blockquote>
</div><br></div><div class="gmail_extra" style>Yeah, I always namespace things that I export or use from more than one file, but I sometimes skip the namespace for very local things that are easy to rename. My thinking was that it makes it clear that thing is very local (and laziness), but I understand the complaints about the missing namespace.</div>
</div>