[cig-commits] [commit] rajesh-petsc-schur: Eliminated the 7th argument of get_global_side_1d_shape_fn, which was set to the caps_per_proc loop variable (8552336)

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


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

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

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

commit 8552336182e5d81119632bef69aa4e8b7b6300a8
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Thu Sep 18 13:04:11 2014 -0700

    Eliminated the 7th argument of get_global_side_1d_shape_fn, which was set to the caps_per_proc loop variable


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

8552336182e5d81119632bef69aa4e8b7b6300a8
 lib/Size_does_matter.c | 4 ++--
 lib/prototypes.h       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Size_does_matter.c b/lib/Size_does_matter.c
index fb8b538..462ae73 100644
--- a/lib/Size_does_matter.c
+++ b/lib/Size_does_matter.c
@@ -484,9 +484,9 @@ void get_global_1d_shape_fn_L(E,el,GM,dGammax,top)
 /*   ======================================================================
      For calculating pressure boundary term --- Choi, 11/13/02
      ======================================================================  */
-void get_global_side_1d_shape_fn(E,el,GM,GMx,dGamma,side,m)
+void get_global_side_1d_shape_fn(E,el,GM,GMx,dGamma,side)
      struct All_variables *E;
-     int el,side,m;
+     int el,side;
      struct Shape_function1 *GM;
      struct Shape_function1_dx *GMx;
      struct Shape_function_side_dA *dGamma;
diff --git a/lib/prototypes.h b/lib/prototypes.h
index f15c3a8..1657fd6 100644
--- a/lib/prototypes.h
+++ b/lib/prototypes.h
@@ -452,7 +452,7 @@ void construct_surf_det(struct All_variables *);
 void construct_bdry_det(struct All_variables *);
 void get_global_1d_shape_fn(struct All_variables *, int, struct Shape_function1 *, struct Shape_function1_dA *, int);
 void get_global_1d_shape_fn_L(struct All_variables *, int, struct Shape_function1 *, struct Shape_function1_dA *, int);
-void get_global_side_1d_shape_fn(struct All_variables *, int, struct Shape_function1 *, struct Shape_function1_dx *, struct Shape_function_side_dA *, int, int);
+void get_global_side_1d_shape_fn(struct All_variables *, int, struct Shape_function1 *, struct Shape_function1_dx *, struct Shape_function_side_dA *, int);
 void construct_c3x3matrix_el(struct All_variables *, int, struct CC *, struct CCX *, int, int);
 void construct_side_c3x3matrix_el(struct All_variables *, int, struct CC *, struct CCX *, int, int, int);
 void construct_c3x3matrix(struct All_variables *);



More information about the CIG-COMMITS mailing list