[cig-commits] [commit] rajesh-petsc-schur: Eliminated the 2nd argument of icheck_all_columns, which was set to the caps_per_proc loop variable (b787345)

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


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

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

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

commit b7873456c10f9e37e2150a9fd5fe59d225d32562
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Thu Sep 18 11:14:02 2014 -0700

    Eliminated the 2nd argument of icheck_all_columns, which was set to the caps_per_proc loop variable


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

b7873456c10f9e37e2150a9fd5fe59d225d32562
 lib/Full_tracer_advection.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/Full_tracer_advection.c b/lib/Full_tracer_advection.c
index b9d21ca..b982061 100644
--- a/lib/Full_tracer_advection.c
+++ b/lib/Full_tracer_advection.c
@@ -50,7 +50,6 @@ static int icheck_column_neighbors(struct All_variables *E,
                                    double x, double y, double z,
                                    double rad);
 static int icheck_all_columns(struct All_variables *E,
-                              int j,
                               double x, double y, double z,
                               double rad);
 static int icheck_element(struct All_variables *E,
@@ -2047,7 +2046,6 @@ static int icheck_column_neighbors(struct All_variables *E,
 /* else -99 if can't be found.                                */
 
 static int icheck_all_columns(struct All_variables *E,
-                              int j,
                               double x, double y, double z,
                               double rad)
 {
@@ -2673,7 +2671,7 @@ int full_iget_element(struct All_variables *E,
 
     E->trace.istat1++;
 
-    iel=icheck_all_columns(E,CPPR,x,y,z,rad);
+    iel=icheck_all_columns(E,x,y,z,rad);
 
     if (E->trace.istat1%100==0)
         {



More information about the CIG-COMMITS mailing list