Skip to content

Commit

Permalink
Removed unneccessary console output in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adaell committed Sep 13, 2023
1 parent 5f969d4 commit 2b3649f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions oxley/src/Brick.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1965,21 +1965,6 @@ void Brick::renumberNodes()
}
}


// ae tmp
std::cout << "Printing orig NodeIDs " << std::endl;
for(int i=0; i<NormalNodesTmp.size(); i++)
std::cout << i << ": " << std::get<0>(NormalNodesTmp[i]) << ", " << std::get<1>(NormalNodesTmp[i]) << ", " << std::get<2>(NormalNodesTmp[i]) << std::endl;
std::cout << "-------------------------------" << std::endl;
if(m_mpiInfo->rank > 0)
{
for(int i=0; i<treevecX.size(); i++)
std::cout << i << ": " << treevecX[i] << ", " << treevecY[i] << ", " << treevecZ[i] << std::endl;
}




oxleytimer.toc("\t\tchecking for duplicates");
if(m_mpiInfo->rank == 0) // Redundant for mpi size = 1
{
Expand Down

0 comments on commit 2b3649f

Please sign in to comment.