[cig-commits] [commit] devel, master: Uncommented the FCFLAGS in Makefile.in (ca6316f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:28:08 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

>---------------------------------------------------------------

commit ca6316f85284ab723083094615cdc120e12f3e19
Author: David Luet <luet at princeton.edu>
Date:   Thu Jul 31 11:32:02 2014 -0400

    Uncommented the FCFLAGS in Makefile.in
    
    It was probably commented out by mistake.


>---------------------------------------------------------------

ca6316f85284ab723083094615cdc120e12f3e19
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 4c0ed85..bb44918 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,7 +30,7 @@
 #######################################
 
 FC = @FC@
-FCFLAGS = #@FCFLAGS@
+FCFLAGS = @FCFLAGS@
 FC_DEFINE = @FC_DEFINE@
 MPIFC = @MPIFC@
 MPILIBS = @MPILIBS@



More information about the CIG-COMMITS mailing list