debugging uCT

This commit is contained in:
James E McClure
2018-06-05 19:00:37 -04:00
parent abcf99e255
commit 767bbab573

View File

@@ -73,9 +73,9 @@ int main(int argc, char **argv)
//.......................................................................
// Reading the domain information file
//.......................................................................
std::shared_ptr<Domain> Dm ();
for (int i=0; i<Dm->Nx*Dm->Ny*Dm->Nz; i++) Dm->id[i] = 1;
Dm->CommInit();
// std::shared_ptr<Domain> Dm ();
//for (int i=0; i<Dm->Nx*Dm->Ny*Dm->Nz; i++) Dm->id[i] = 1;
//Dm->CommInit();
// Check that the number of processors >= the number of ranks
if ( rank==0 ) {