[cig-commits] [commit] rajesh-petsc-schur: removed superfluous return statements from Mineral_physics_models.c (52e2cfd)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:07:21 PST 2014


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

On branch  : rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

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

commit 52e2cfdd025866d15cd98fc4a95c8e8a31bcf836
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Wed Sep 17 10:07:15 2014 -0700

    removed superfluous return statements from Mineral_physics_models.c


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

52e2cfdd025866d15cd98fc4a95c8e8a31bcf836
 lib/Mineral_physics_models.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/Mineral_physics_models.c b/lib/Mineral_physics_models.c
index 57ec2fa..86c2e75 100644
--- a/lib/Mineral_physics_models.c
+++ b/lib/Mineral_physics_models.c
@@ -150,7 +150,6 @@ void get_prem(double r, double *vp, double *vs, double *rho)
 #undef SUPPRESS_CRUSTAL_MESH
 #undef ONE_CRUST
 
-    return;
 }
 
 
@@ -227,7 +226,6 @@ static void modified_Trampert_Vacher_Vlaar_PEPI2001(struct All_variables *E,
     free(vsr);
     free(depthkm);
 
-    return;
 }
 
 
@@ -292,5 +290,4 @@ void compute_seismic_model(struct All_variables *E,
         break;
     }
 
-    return;
 }



More information about the CIG-COMMITS mailing list