<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Jun 13, 2011, at 14:29 , Jason Kraftcheck wrote:</div><blockquote type="cite"><div><blockquote type="cite"><font class="Apple-style-span" color="#000000"><br></font></blockquote><br>My preference, from best and most time to quickest:<br>1) Find out why make check fails when GEOM_SENSE_2 doesn't have a default<br>value. &nbsp;If there is no good reason for a default value for that tag then it<br>shouldn't have one. &nbsp;Fix the failing code and drop the default value.<br>2) Be consistent about creating tags with the same default value.<br>3) Use MB_TAG_DFTOK. &nbsp;That is somewhat of a hack. &nbsp;But it is the quickest<br>way to get things working again.<br></div></blockquote><br></div><div>An alternative that will fix my immediate problem is to reorder DagMC's internal operations to load a file *before* creating tags. &nbsp;There's no particular reason to create them ahead of the file load. &nbsp;With reordered operations, the file loaders and/or GeomTopoTool can set whatever default values they prefer without confusing DagMC. &nbsp;</div><div><br></div><div>This won't fix the problem of loading old mesh files that lack a default value for this tag. &nbsp;Once such a file has been loaded, GeomTopoTool will not work as expected, unless Iulian carries out Jason's solution number 1. &nbsp;However, that is not an urgent problem.</div><div>~S</div><br></body></html>