[cig-commits] [commit] devel: Remove duplicate constants.h file. (e2054ba)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu May 1 00:50:11 PDT 2014


Repository : ssh://geoshell/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/cb32c88d6155d7974561a6f72fc17aea596e2c4d...50aa953c1db3f565d76415f5305410a529996b75

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

commit e2054ba004fb7a479e5b0f29c4be1175a62f59c7
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Fri Jan 10 22:12:30 2014 -0500

    Remove duplicate constants.h file.


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

e2054ba004fb7a479e5b0f29c4be1175a62f59c7
 src/check_mesh_quality_CUBIT_Abaqus/constants.h | 38 -------------------------
 1 file changed, 38 deletions(-)

diff --git a/src/check_mesh_quality_CUBIT_Abaqus/constants.h b/src/check_mesh_quality_CUBIT_Abaqus/constants.h
deleted file mode 100644
index eb23929..0000000
--- a/src/check_mesh_quality_CUBIT_Abaqus/constants.h
+++ /dev/null
@@ -1,38 +0,0 @@
-!=====================================================================
-!
-!               S p e c f e m 3 D  V e r s i o n  2 . 1
-!               ---------------------------------------
-!
-!     Main historical authors: Dimitri Komatitsch and Jeroen Tromp
-!                        Princeton University, USA
-!                and CNRS / University of Marseille, France
-!                 (there are currently many more authors!)
-! (c) Princeton University and CNRS / University of Marseille, 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.
-!
-!=====================================================================
-
-! number of GLL points in each direction of an element (degree plus one)
-  integer, parameter :: NGLLX = 5
-  integer, parameter :: NGLLY = NGLLX
-  integer, parameter :: NGLLZ = NGLLX
-
-! very large and very small values
-  double precision, parameter :: HUGEVAL = 1.d+30,TINYVAL = 1.d-9
-
-! some useful constants
-  double precision, parameter :: PI = 3.141592653589793d0
-



More information about the CIG-COMMITS mailing list