<p><b>duda</b> 2011-01-13 12:05:13 -0700 (Thu, 13 Jan 2011)</p><p>BRANCH COMMIT<br>
<br>
Remove compiler-specific &quot;-byteswapio&quot; flag from core_physics<br>
Makefile; the top-level Makefile should already set up FFLAGS<br>
to include appropriate byte-swapping flags for individual compilers.<br>
<br>
<br>
M    src/core_physics/Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_physics/Makefile
===================================================================
--- branches/atmos_physics/src/core_physics/Makefile        2011-01-12 22:25:46 UTC (rev 682)
+++ branches/atmos_physics/src/core_physics/Makefile        2011-01-13 19:05:13 UTC (rev 683)
@@ -172,4 +172,4 @@
 .F.o:
         $(RM) $@ $*.mod
         $(CPP) $(CPPFLAGS) $(COREDEF) $(CPPINCLUDES) $&lt; &gt; $*.f90
-        $(FC) $(FFLAGS) -c $*.f90 $(FCINCLUDES) -byteswapio -I../framework -I../operators -I./physics_wrf -I./physics_eaung
+        $(FC) $(FFLAGS) -c $*.f90 $(FCINCLUDES) -I../framework -I../operators -I./physics_wrf -I./physics_eaung

</font>
</pre>