r4: Removed Makefile Makefile.in that are automatically generated by autoconf
[ctsim.git] / src / phm2sdf.c
index 0174eef7b96998ab9ad143445ab141ae31dc20d5..aafb9b27fda012a662e778b08dda17133de9c0e8 100644 (file)
@@ -2,10 +2,14 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2sdf.c,v 1.1 2000/04/28 13:02:44 kevin Exp $
+**  $Id: phm2sdf.c,v 1.2 2000/04/28 13:50:45 kevin Exp $
 **  $Log: phm2sdf.c,v $
-**  Revision 1.1  2000/04/28 13:02:44  kevin
-**  Initial revision
+**  Revision 1.2  2000/04/28 13:50:45  kevin
+**  Removed Makefile Makefile.in that are automatically generated by autoconf
+**
+**  Revision 1.1.1.1  2000/04/28 13:02:44  kevin
+**  Initial CVS import for first public release
+**
 **
 **
 **  This program is free software; you can redistribute it and/or modify
@@ -401,7 +405,6 @@ main (const int argc, char *const argv[])
 
   if (opt_trace >= TRACE_PIC)
     {
-      crt_set_mode (GM_TEXT, TRUE);
       crt_set_cpos (1, 1);
     }
   
@@ -418,11 +421,9 @@ main (const int argc, char *const argv[])
       scanf ("%d %d", &nx, &ny);
       printf ("Enter minimum and maximum densities (min, max): ");
       scanf ("%lf %lf", &dmin, &dmax);
-      crt_set_mode (GM_HIGHRES, TRUE);
-      image_paint (CRTDEV, im_global, 0, 0, nx, ny, dmin, dmax, 0);
+      //      image_paint (CRTDEV, im_global, 0, 0, nx, ny, dmin, dmax, 0);
       WAITKEY();
 
-      crt_set_mode (GM_TEXT, TRUE);
       crt_set_palette (0, crt_calc_color (0., 0., 2.));
       crt_put_stra ("Finished", 8 + C_WHITE);
       crt_set_cpos (1, 2);