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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Jul 31 08:43:01 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/9469cd05e3b928042df2f64d895cafd445f04889...ca6316f85284ab723083094615cdc120e12f3e19

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

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