TestComm to read IDs

This commit is contained in:
James E McClure 2018-03-16 11:27:17 -04:00
parent f5d6cfc830
commit 700077de5c

View File

@ -310,7 +310,7 @@ int main(int argc, char **argv)
for (j=0;j<Ny;j++){
for (i=0;i<Nx;i++){
n = k*Nx*Ny+j*Nx+i;
id[n] = 1;
//id[n] = 1;
Dm.id[n] = id[n];
}
}