Index: /branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/LoadPicture.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/LoadPicture.c	(revision 37798)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/LoadPicture.c	(revision 37799)
@@ -60,5 +60,5 @@
   image[0].wide.expand = (wx > 1.0) ? floor (-wx) : ceil (1.0 / wx);
   // fprintf (stderr, "%d : %f\n", image[0].wide.expand, wx);
-  // image[0].wide.expand = (wx > 1.0) ? ceil (-wx) : floor (1.0 / wx);
+  image[0].wide.expand = (wx > 1.0) ? ceil (-wx) : floor (1.0 / wx);
 
   image[0].wide.Xc = 0.5*header.Naxis[0];
