[cig-commits] r22426 - in seismo/3D/SPECFEM3D/trunk: . src/meshfem3D

elliott.sales.de.andrade at geodynamics.org elliott.sales.de.andrade at geodynamics.org
Wed Jun 26 00:21:50 PDT 2013


Author: elliott.sales.de.andrade
Date: 2013-06-26 00:21:50 -0700 (Wed, 26 Jun 2013)
New Revision: 22426

Removed:
   seismo/3D/SPECFEM3D/trunk/src/meshfem3D/precision.h.in
Modified:
   seismo/3D/SPECFEM3D/trunk/configure
   seismo/3D/SPECFEM3D/trunk/configure.ac
Log:
Remove duplicate precision.h file.

It doesn't seem like it's used anywhere.

Modified: seismo/3D/SPECFEM3D/trunk/configure
===================================================================
--- seismo/3D/SPECFEM3D/trunk/configure	2013-06-26 07:21:44 UTC (rev 22425)
+++ seismo/3D/SPECFEM3D/trunk/configure	2013-06-26 07:21:50 UTC (rev 22426)
@@ -6965,7 +6965,7 @@
 
 # Checks for library functions.
 
-ac_config_files="$ac_config_files Makefile src/meshfem3D/Makefile src/meshfem3D/precision.h src/decompose_mesh/Makefile src/specfem3D/Makefile src/generate_databases/Makefile src/shared/constants.h src/shared/precision.h src/decompose_mesh/scotch/src/Makefile.inc src/check_mesh_quality_CUBIT_Abaqus/Makefile"
+ac_config_files="$ac_config_files Makefile src/meshfem3D/Makefile src/decompose_mesh/Makefile src/specfem3D/Makefile src/generate_databases/Makefile src/shared/constants.h src/shared/precision.h src/decompose_mesh/scotch/src/Makefile.inc src/check_mesh_quality_CUBIT_Abaqus/Makefile"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -7679,7 +7679,6 @@
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "src/meshfem3D/Makefile") CONFIG_FILES="$CONFIG_FILES src/meshfem3D/Makefile" ;;
-    "src/meshfem3D/precision.h") CONFIG_FILES="$CONFIG_FILES src/meshfem3D/precision.h" ;;
     "src/decompose_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES src/decompose_mesh/Makefile" ;;
     "src/specfem3D/Makefile") CONFIG_FILES="$CONFIG_FILES src/specfem3D/Makefile" ;;
     "src/generate_databases/Makefile") CONFIG_FILES="$CONFIG_FILES src/generate_databases/Makefile" ;;

Modified: seismo/3D/SPECFEM3D/trunk/configure.ac
===================================================================
--- seismo/3D/SPECFEM3D/trunk/configure.ac	2013-06-26 07:21:44 UTC (rev 22425)
+++ seismo/3D/SPECFEM3D/trunk/configure.ac	2013-06-26 07:21:50 UTC (rev 22426)
@@ -449,7 +449,6 @@
 AC_CONFIG_FILES([
 	Makefile
 	src/meshfem3D/Makefile
-	src/meshfem3D/precision.h
 	src/decompose_mesh/Makefile
 	src/specfem3D/Makefile
 	src/generate_databases/Makefile

Deleted: seismo/3D/SPECFEM3D/trunk/src/meshfem3D/precision.h.in
===================================================================
--- seismo/3D/SPECFEM3D/trunk/src/meshfem3D/precision.h.in	2013-06-26 07:21:44 UTC (rev 22425)
+++ seismo/3D/SPECFEM3D/trunk/src/meshfem3D/precision.h.in	2013-06-26 07:21:50 UTC (rev 22426)
@@ -1,37 +0,0 @@
-!=====================================================================
-!
-!               S p e c f e m 3 D  V e r s i o n  2 . 1
-!               ---------------------------------------
-!
-!          Main authors: Dimitri Komatitsch and Jeroen Tromp
-!    Princeton University, USA and CNRS / INRIA / University of Pau
-! (c) Princeton University / California Institute of Technology and CNRS / INRIA / University of Pau
-!                             July 2012
-!
-! This program is free software; you can redistribute it and/or modify
-! it under the terms of the GNU General Public License as published by
-! the Free Software Foundation; either version 2 of the License, or
-! (at your option) any later version.
-!
-! This program is distributed in the hope that it will be useful,
-! but WITHOUT ANY WARRANTY; without even the implied warranty of
-! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-! GNU General Public License for more details.
-!
-! You should have received a copy of the GNU General Public License along
-! with this program; if not, write to the Free Software Foundation, Inc.,
-! 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-!
-!=====================================================================
-
-! @configure_input@
-
-!
-! solver in single or double precision depending on the machine
-!
-! set to MPI_REAL to run in single precision
-! set to MPI_DOUBLE_PRECISION to run in double precision
-!
-! ALSO CHANGE FILE constants.h ACCORDINGLY
-!
-  integer, parameter :: CUSTOM_MPI_TYPE = @CUSTOM_MPI_TYPE@



More information about the CIG-COMMITS mailing list