[cig-commits] [commit] rajesh-petsc-schur: Changed the shape of E->trace.phimax as part of caps_per_proc_removal (460506d)

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


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

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

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

commit 460506df240c7a9201276628776ac4c51c47634b
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Wed Sep 24 13:22:54 2014 -0700

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


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

460506df240c7a9201276628776ac4c51c47634b
 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 931c707..bb21af9 100644
--- a/lib/Full_tracer_advection.c
+++ b/lib/Full_tracer_advection.c
@@ -1372,7 +1372,7 @@ static void make_regular_grid(struct All_variables *E)
             E->trace.numphi=numphi;
             E->trace.thetamax=thetamax;
             E->trace.thetamin=thetamin;
-            E->trace.phimax[CPPR]=phimax;
+            E->trace.phimax=phimax;
             E->trace.phimin[CPPR]=phimin;
             E->trace.numregel=numregel;
             E->trace.numregnodes=numregnodes;
diff --git a/lib/tracer_defs.h b/lib/tracer_defs.h
index 53e1e7b..6fd2751 100644
--- a/lib/tracer_defs.h
+++ b/lib/tracer_defs.h
@@ -119,7 +119,7 @@ struct TRACE{
     double delphi;
     double thetamax;
     double thetamin;
-    double phimax[13];
+    double phimax;
     double phimin[13];
     int *regnodetoel[13];
     int *regtoel[13][5];



More information about the CIG-COMMITS mailing list