<p><b>duda</b> 2012-04-16 23:43:36 -0600 (Mon, 16 Apr 2012)</p><p>BRANCH COMMIT<br>
<br>
Add missing 'save' attribute caught by gfortran.<br>
<br>
M    src/framework/mpas_io.F<br>
</p><hr noshade><pre><font color="gray">Modified: branches/omp_blocks/io/src/framework/mpas_io.F
===================================================================
--- branches/omp_blocks/io/src/framework/mpas_io.F        2012-04-17 02:14:19 UTC (rev 1782)
+++ branches/omp_blocks/io/src/framework/mpas_io.F        2012-04-17 05:43:36 UTC (rev 1783)
@@ -176,7 +176,7 @@
       type (fieldlist_type), pointer :: next =&gt; null()
    end type fieldlist_type
 
-   type (iosystem_desc_t), private :: pio_iosystem
+   type (iosystem_desc_t), private, save :: pio_iosystem
    type (decomplist_type), pointer, private :: decomp_list =&gt; null()
    type (dm_info), private :: local_dminfo
 

</font>
</pre>