Skip to content
Snippets Groups Projects
Commit b7322b75 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Revert debugging hacks

parent fa54e95c
No related branches found
No related tags found
1 merge request!241Drift all particles before repartitioning
...@@ -39,5 +39,5 @@ PointMass: ...@@ -39,5 +39,5 @@ PointMass:
position_x: 50. # location of external point mass in internal units position_x: 50. # location of external point mass in internal units
position_y: 50. position_y: 50.
position_z: 50. position_z: 50.
mass: 1e11 # mass of external point mass in internal units mass: 1e10 # mass of external point mass in internal units
timestep_mult: 1e-2 timestep_mult: 1e-2
...@@ -492,7 +492,7 @@ int main(int argc, char *argv[]) { ...@@ -492,7 +492,7 @@ int main(int argc, char *argv[]) {
engine_init_particles(&e, flag_entropy_ICs); engine_init_particles(&e, flag_entropy_ICs);
/* Write the state of the system before starting time integration. */ /* Write the state of the system before starting time integration. */
//engine_dump_snapshot(&e); engine_dump_snapshot(&e);
/* Legend */ /* Legend */
if (myrank == 0) if (myrank == 0)
...@@ -605,7 +605,7 @@ int main(int argc, char *argv[]) { ...@@ -605,7 +605,7 @@ int main(int argc, char *argv[]) {
#endif #endif
/* Write final output. */ /* Write final output. */
//engine_dump_snapshot(&e); engine_dump_snapshot(&e);
#ifdef WITH_MPI #ifdef WITH_MPI
if ((res = MPI_Finalize()) != MPI_SUCCESS) if ((res = MPI_Finalize()) != MPI_SUCCESS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment