[cig-commits] [commit] devel: fixed the d? problems noticed by Elliott, replaced them with "degrees" (4ded73c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Jan 22 08:03:20 PST 2015


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/ead7503830435986cefcd8d0dc21b97998cb1530...4ded73c0d0a43c32701e72d78f4473b6db8abbe9

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

commit 4ded73c0d0a43c32701e72d78f4473b6db8abbe9
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Jan 22 16:51:13 2015 +0100

    fixed the d? problems noticed by Elliott, replaced them with "degrees"


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

4ded73c0d0a43c32701e72d78f4473b6db8abbe9
 .../OLD--VM_mesher_now_handled_by_meshfem3d/mesh_chunk.f90              | 2 +-
 .../DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/cart2geogr.f90 | 2 +-
 .../DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/geogr2cart.f90 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/utils/DSM_FOR_SPECFEM3D/OLD--VM_mesher_now_handled_by_meshfem3d/mesh_chunk.f90 b/utils/DSM_FOR_SPECFEM3D/OLD--VM_mesher_now_handled_by_meshfem3d/mesh_chunk.f90
index 2992664..0f03edd 100755
--- a/utils/DSM_FOR_SPECFEM3D/OLD--VM_mesher_now_handled_by_meshfem3d/mesh_chunk.f90
+++ b/utils/DSM_FOR_SPECFEM3D/OLD--VM_mesher_now_handled_by_meshfem3d/mesh_chunk.f90
@@ -1034,7 +1034,7 @@ end subroutine compute_rotation_matrix
 ! Vadim Monteiller Mars 2013
 !
 !-------------------------------------------------------------------------------
-! matrice de rotation 3D d'axe "axe" et d'angle theta (d?)
+! matrice de rotation 3D d'axe "axe" et d'angle theta (degrees)
 ! cette matrice est en complexe
 subroutine rotation_matrix_axe(R,axe,theta)
   implicit none
diff --git a/utils/DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/cart2geogr.f90 b/utils/DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/cart2geogr.f90
index e6dff5e..76ca943 100755
--- a/utils/DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/cart2geogr.f90
+++ b/utils/DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/cart2geogr.f90
@@ -100,7 +100,7 @@ contains
   end subroutine compute_rotation_matrix
 
 !--------------------------------------------------------------------------------------------------------------------------------------------------------
-! 3D rotation matrix with axis  "axe" and angle theta (d?)
+! 3D rotation matrix with axis  "axe" and angle theta (degrees)
 !
 subroutine rotation_matrix_axe(R,axe,theta)
   implicit none
diff --git a/utils/DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/geogr2cart.f90 b/utils/DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/geogr2cart.f90
index 94cd4b1..a45ee6a 100755
--- a/utils/DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/geogr2cart.f90
+++ b/utils/DSM_FOR_SPECFEM3D/routines_for_conversion_geogr_cart/geogr2cart.f90
@@ -102,7 +102,7 @@ contains
   end subroutine compute_rotation_matrix
 
 !--------------------------------------------------------------------------------------------------------------------------------------------------------
-! 3D rotation matrix with axis  "axe" and angle theta (d?)
+! 3D rotation matrix with axis  "axe" and angle theta (degrees)
 !
 subroutine rotation_matrix_axe(R,axe,theta)
   implicit none



More information about the CIG-COMMITS mailing list