Removed the hack for flipping ID convention in lbpm_segmented_decomp S=0, NWP=1, WP=2 now forced

This commit is contained in:
James E McClure
2015-07-14 13:08:05 -04:00
parent 23c407a45f
commit 1dec46041e

View File

@@ -180,7 +180,7 @@ int main(int argc, char **argv)
int count = 0;
N=nx*ny*nz;
// Really need a better way to do this -- this is to flip convention for a particular data set
/* // Really need a better way to do this -- this is to flip convention for a particular data set
for (k=0;k<nz;k++){
for (j=0;j<ny;j++){
for (i=0;i<nx;i++){
@@ -193,7 +193,7 @@ int main(int argc, char **argv)
}
}
}
*/
char LocalRankFilename[40];
sprintf(LocalRankFilename,"ID.%05i",rank);