[cig-commits] [commit] rajesh-petsc-schur: Changed the shape of E->trace.numregnodes as part of caps_per_proc_removal (114aa2f)

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


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

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

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

commit 114aa2fb16f838f032df7ea7626389fda0d9490e
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Wed Sep 24 13:14:21 2014 -0700

    Changed the shape of E->trace.numregnodes as part of caps_per_proc_removal


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

114aa2fb16f838f032df7ea7626389fda0d9490e
 lib/Full_tracer_advection.c | 2 +-
 lib/tracer_defs.h           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Full_tracer_advection.c b/lib/Full_tracer_advection.c
index c7f8420..62c8401 100644
--- a/lib/Full_tracer_advection.c
+++ b/lib/Full_tracer_advection.c
@@ -1375,7 +1375,7 @@ static void make_regular_grid(struct All_variables *E)
             E->trace.phimax[CPPR]=phimax;
             E->trace.phimin[CPPR]=phimin;
             E->trace.numregel=numregel;
-            E->trace.numregnodes[CPPR]=numregnodes;
+            E->trace.numregnodes=numregnodes;
 
             if ( ((1.0*numregel)/(1.0*E->lmesh.elx*E->lmesh.ely)) < 0.5 )
                 {
diff --git a/lib/tracer_defs.h b/lib/tracer_defs.h
index f001ac5..c84c1d4 100644
--- a/lib/tracer_defs.h
+++ b/lib/tracer_defs.h
@@ -114,7 +114,7 @@ struct TRACE{
     int numtheta;
     int numphi;
     unsigned int numregel;
-    unsigned int numregnodes[13];
+    unsigned int numregnodes;
     double deltheta[13];
     double delphi[13];
     double thetamax[13];



More information about the CIG-COMMITS mailing list