[cig-commits] [commit] rajesh-petsc-schur: Eliminated the 3rd argument of area_of_5points, which was set to the caps_per_proc loop variable (a550469)

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


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

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

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

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

    Eliminated the 3rd argument of area_of_5points, which was set to the caps_per_proc loop variable


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

a550469bfe02bdaf5200558bdbc4c5b08a12d6f6
 lib/Sphere_util.c | 4 ++--
 lib/prototypes.h  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Sphere_util.c b/lib/Sphere_util.c
index 062ab8d..b035952 100644
--- a/lib/Sphere_util.c
+++ b/lib/Sphere_util.c
@@ -168,9 +168,9 @@ double area_of_sphere_triag(a,b,c)
     angle [i]: angle bet test node and node i of the rectangle
     angle1[i]: angle bet nodes i and i+1 of the rectangle
     ====================================================================== */
-double area_of_5points(E,lev,m,el,x,ne)
+double area_of_5points(E,lev,el,x,ne)
      struct All_variables *E;
-     int lev,m,el,ne;
+     int lev,el,ne;
      double x[4];
 {
     int i,es,ia[5];
diff --git a/lib/prototypes.h b/lib/prototypes.h
index 41595e4..87664e5 100644
--- a/lib/prototypes.h
+++ b/lib/prototypes.h
@@ -486,7 +486,7 @@ void even_divide_arc12(int, double, double, double, double, double, double, doub
 void compute_angle_surf_area(struct All_variables *);
 double area_sphere_cap(double [6]);
 double area_of_sphere_triag(double, double, double);
-double area_of_5points(struct All_variables *, int, int, int, double [4], int);
+double area_of_5points(struct All_variables *, int, int, double [4], int);
 void get_angle_sphere_cap(double [4][5], double [6]);
 double get_angle(double [4], double [4]);
 /* Stokes_flow_Incomp.c */



More information about the CIG-COMMITS mailing list