refactor spheres

This commit is contained in:
James E McClure 2018-05-16 10:25:34 -04:00
parent 39c13fd287
commit f747641d61

View File

@ -32,7 +32,6 @@ int main(int argc, char **argv)
MPI_Comm_rank(comm,&rank);
MPI_Comm_size(comm,&nprocs);
// parallel domain size (# of sub-domains)
int nprocx,nprocy,nprocz;
int iproc,jproc,kproc;
int sendtag,recvtag;
//*****************************************