<p><b>duda</b> 2009-08-25 23:34:56 -0600 (Tue, 25 Aug 2009)</p><p>Remove a partial statement from module_io_output.F that was apparently<br>
added accidentally during other editing. Now, the code should compile<br>
when using 64-bit file offsets.<br>
<br>
M    swmodel/src/module_io_output.F<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/swmodel/src/module_io_output.F
===================================================================
--- trunk/swmodel/src/module_io_output.F        2009-08-25 23:50:46 UTC (rev 37)
+++ trunk/swmodel/src/module_io_output.F        2009-08-26 05:34:56 UTC (rev 38)
@@ -283,7 +283,6 @@
  
       if (dminfo % my_proc_id == 0) then
 #ifdef OFFSET64BIT
-      if (
       nferr = nf_create(trim(output_obj % filename), ior(NF_CLOBBER,NF_64BIT_OFFSET), output_obj % wr_ncid)
 #else
       nferr = nf_create(trim(output_obj % filename), NF_CLOBBER, output_obj % wr_ncid)

</font>
</pre>