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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Jul 31 07:45:57 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/aa9b457da36c96e9f5e43db4e6224a0ab06269fa...06fc814c21585d112f414411e18117702972b4e0

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

commit 06fc814c21585d112f414411e18117702972b4e0
Author: David Luet <luet at princeton.edu>
Date:   Thu Jul 31 10:39:04 2014 -0400

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


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

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

diff --git a/Makefile.in b/Makefile.in
index c199f71..8478498 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -31,7 +31,7 @@
 #######################################
 
 FC = @FC@
-FCFLAGS = #@FCFLAGS@
+FCFLAGS = @FCFLAGS@
 MPIFC = @MPIFC@
 MPILIBS = @MPILIBS@
 



More information about the CIG-COMMITS mailing list