<p><b>duda</b> 2012-03-14 16:02:58 -0600 (Wed, 14 Mar 2012)</p><p>BRANCH COMMIT<br>
<br>
Fix for standards compliance: a contains statement must be followed by one or more sub-programs.<br>
Just remove the contains statement.<br>
<br>
<br>
M    src/framework/mpas_dmpar_types.F<br>
</p><hr noshade><pre><font color="gray">Modified: branches/omp_blocks/io/src/framework/mpas_dmpar_types.F
===================================================================
--- branches/omp_blocks/io/src/framework/mpas_dmpar_types.F        2012-03-14 21:48:15 UTC (rev 1640)
+++ branches/omp_blocks/io/src/framework/mpas_dmpar_types.F        2012-03-14 22:02:58 UTC (rev 1641)
@@ -20,6 +20,4 @@
 
    end type exchange_list
 
-   contains
-
 end module mpas_dmpar_types

</font>
</pre>