[cig-commits] [commit] rajesh-petsc-schur: Removed caps_per_proc for loops from Determine_net_rotation.c (e5a4860)

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


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

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

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

commit e5a4860ee0a613cd5acf2073722096c66f282ab3
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Tue Sep 16 14:08:47 2014 -0700

    Removed caps_per_proc for loops from Determine_net_rotation.c


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

e5a4860ee0a613cd5acf2073722096c66f282ab3
 lib/Determine_net_rotation.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Determine_net_rotation.c b/lib/Determine_net_rotation.c
index 5ba74df..dca18de 100644
--- a/lib/Determine_net_rotation.c
+++ b/lib/Determine_net_rotation.c
@@ -93,7 +93,6 @@ double determine_model_net_rotation(struct All_variables *E,double *omega)
       top = 1;
     else
       top = 0;
-    for (m=1;m <= E->sphere.caps_per_proc;m++)
       for (k=1;k <= ely;k++)
         for (j=1;j <= elx;j++)     {
           el = i + (j-1)*elz + (k-1)*elx*elz;



More information about the CIG-COMMITS mailing list