diff --git a/examples/PertubedBox/makeIC.py b/examples/PertubedBox/makeIC.py
index 15e84c84e37781f12e1d3cb41b0e471aac5a54be..03c97798bd3ec68187cb5950acc4c1041cbe127a 100644
--- a/examples/PertubedBox/makeIC.py
+++ b/examples/PertubedBox/makeIC.py
@@ -1,6 +1,6 @@
 ###############################################################################
  # This file is part of SWIFT.
- # Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk),
+ # Coypright (c) 2013 Pedro Gonnet (pedro.gonnet@durham.ac.uk),
  #                    Matthieu Schaller (matthieu.schaller@durham.ac.uk)
  # 
  # This program is free software: you can redistribute it and/or modify
@@ -63,7 +63,7 @@ for i in range(L):
             v[index,1] = 0.
             v[index,2] = 0.
             m[index] = mass
-            h[index] = 1.2 * boxSize / L
+            h[index] = 2.251 * boxSize / L
             u[index] = internalEnergy
             ids[index] = index
             
diff --git a/examples/SedovBlast/makeIC.py b/examples/SedovBlast/makeIC.py
index 19050e7cbbe231cadfe70e6b0571276494042f92..7765149aa521e2b5277b0045b536e40c0857bd70 100644
--- a/examples/SedovBlast/makeIC.py
+++ b/examples/SedovBlast/makeIC.py
@@ -67,7 +67,7 @@ for i in range(L):
             v[index,1] = 0.
             v[index,2] = 0.
             m[index] = mass
-            h[index] = 1.2 * boxSize / L
+            h[index] = 2.251 * boxSize / L
             u[index] = internalEnergy
             ids[index] = index
             if sqrt((x - boxSize/2.)**2 + (y - boxSize/2.)**2 + (z - boxSize/2.)**2) < 2.01 * boxSize/L:
diff --git a/examples/UniformBox/makeIC.py b/examples/UniformBox/makeIC.py
index 090408c40ad6f77cf4041d9382ff6c4aba79c38c..b68badbe804fe06eb5f9838d5bb511921f28f854 100644
--- a/examples/UniformBox/makeIC.py
+++ b/examples/UniformBox/makeIC.py
@@ -1,6 +1,6 @@
 ###############################################################################
  # This file is part of SWIFT.
- # Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk),
+ # Coypright (c) 2013 Pedro Gonnet (pedro.gonnet@durham.ac.uk),
  #                    Matthieu Schaller (matthieu.schaller@durham.ac.uk)
  # 
  # This program is free software: you can redistribute it and/or modify
@@ -61,7 +61,7 @@ for i in range(L):
             v[index,1] = 0.
             v[index,2] = 0.
             m[index] = mass
-            h[index] = 1.2 * boxSize / L
+            h[index] = 2.251 * boxSize / L
             u[index] = internalEnergy
             ids[index] = index