[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
Tue Sep 16 16:14:49 PDT 2014


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

On branch  : rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/400e8500968f38074f2de7627682299fce9f86bb...1bfd8478d42e61b89bc8cfc1679ae9dcc94936f5

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

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