<p><b>dwj07@fsu.edu</b> 2012-10-19 08:51:58 -0600 (Fri, 19 Oct 2012)</p><p><br>
        -- TRUNK COMMIT --<br>
<br>
        Commiting change to allow namelist groups to be in any order.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/registry/gen_inc.c
===================================================================
--- trunk/mpas/src/registry/gen_inc.c        2012-10-18 23:54:15 UTC (rev 2222)
+++ trunk/mpas/src/registry/gen_inc.c        2012-10-19 14:51:58 UTC (rev 2223)
@@ -143,8 +143,8 @@
          fortprintf(fd, &quot;            call mpas_dmpar_abort(dminfo)</font>
<font color="black">&quot;);
          fortprintf(fd, &quot;         else if (ierr &lt; 0) then</font>
<font color="black">&quot;);
          fortprintf(fd, &quot;            write(0,*) \'Namelist record &amp;%s not found; using default values for this namelist\'\'s variables\'</font>
<font color="red">&quot;,nls_ptr-&gt;record);
-         fortprintf(fd, &quot;            rewind(funit)</font>
<font color="black">&quot;);
          fortprintf(fd, &quot;         end if</font>
<font color="blue">&quot;);
+         fortprintf(fd, &quot;         rewind(funit)</font>
<font color="black">&quot;);
 
          dict_insert(dictionary, nls_ptr-&gt;record);
       }

</font>
</pre>