<p><b>duda</b> 2012-04-10 17:08:42 -0600 (Tue, 10 Apr 2012)</p><p>BRANCH COMMIT<br>
<br>
Fix intent caught by xlf compiler.<br>
<br>
<br>
M    src/framework/mpas_io_input.F<br>
</p><hr noshade><pre><font color="gray">Modified: branches/omp_blocks/io/src/framework/mpas_io_input.F
===================================================================
--- branches/omp_blocks/io/src/framework/mpas_io_input.F        2012-04-10 22:13:32 UTC (rev 1767)
+++ branches/omp_blocks/io/src/framework/mpas_io_input.F        2012-04-10 23:08:42 UTC (rev 1768)
@@ -1304,7 +1304,7 @@
       
       implicit none
 
-      type (io_input_object), intent(in) :: input_obj
+      type (io_input_object), intent(inout) :: input_obj
 
       integer :: ierr
 

</font>
</pre>