From b7322b756e54a875ce7c1ec5f8a8d49cb38e37cb Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Mon, 5 Sep 2016 15:45:26 +0100
Subject: [PATCH] Revert debugging hacks

---
 examples/MultiTypes/multiTypes.yml | 2 +-
 examples/main.c                    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/MultiTypes/multiTypes.yml b/examples/MultiTypes/multiTypes.yml
index f5a5dbc808..a9e4e46744 100644
--- a/examples/MultiTypes/multiTypes.yml
+++ b/examples/MultiTypes/multiTypes.yml
@@ -39,5 +39,5 @@ PointMass:
   position_x:      50.     # location of external point mass in internal units
   position_y:      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
diff --git a/examples/main.c b/examples/main.c
index 615377b33f..c2d3e3b8b9 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -492,7 +492,7 @@ int main(int argc, char *argv[]) {
   engine_init_particles(&e, flag_entropy_ICs);
 
   /* Write the state of the system before starting time integration. */
-  //engine_dump_snapshot(&e);
+  engine_dump_snapshot(&e);
 
   /* Legend */
   if (myrank == 0)
@@ -605,7 +605,7 @@ int main(int argc, char *argv[]) {
 #endif
 
   /* Write final output. */
-  //engine_dump_snapshot(&e);
+  engine_dump_snapshot(&e);
 
 #ifdef WITH_MPI
   if ((res = MPI_Finalize()) != MPI_SUCCESS)
-- 
GitLab