merge Lee model

This commit is contained in:
JamesEMcclure
2021-01-13 22:06:08 -05:00
parent 0fe3125833
commit a066fa6606
4 changed files with 9 additions and 19 deletions

View File

@@ -804,13 +804,8 @@ int main(int argc, char **argv)
}
// ****************************************************
<<<<<<< HEAD
comm.barrier();
Utilities::shutdown();
=======
MPI_Barrier(comm);
MPI_Finalize();
>>>>>>> electrokinetic
// ****************************************************
return check;