r140: *** empty log message ***
[ctsim.git] / src / if2img.cpp
index 2547b512de7b9e939ba0c51becd97653ae77ba9f..6945de8bd8b740ecde72441c0ef6ed20a286a5cd 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: if2img.cpp,v 1.10 2000/07/04 22:21:01 kevin Exp $
+**  $Id: if2img.cpp,v 1.11 2000/07/09 08:16:18 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -411,9 +411,9 @@ if2img_main (int argc, char *const argv[])
 #endif
   else if (opt_format == O_FORMAT_DISP) {
 #if HAVE_SGP
-    // image_display_scale (im, opt_scale, densmin, densmax);
-    //  cio_kb_getc();
-      sgp2_close(sgp2_get_active_win());
+    im.displayScaling (opt_scale, densmin, densmax);
+    cio_kb_getc();
+    sgp2_close(sgp2_get_active_win());
 #endif
   }
   else