Re: actually... [was: plot interface undefined]

From: John Houck <houck_at_email.domain.hidden>
Date: Mon, 25 Feb 2008 07:23:46 -0500
On Sun, Feb 24, 2008 at 22:53 -0500, rgibson_at_email.domain.hidden> Actually, the problem happens just if I call plot_quit.  close_plot, however,
> does not cause the problem.
> 
> Thanks,
> Rob
> 
> Welcome to ISIS Version 1.4.9
> Copyright (C) 1998-2007 Massachusetts Institute of Technology
> 
> isis> open_plot("/xwin");
> 1
> isis> plot_quit;
> isis> open_plot("/xwin");
> Error: plot interface is undefined
> Failed: initializing plot window
> -1
>

I've appended a patch to fix this.

After patching isis-1.4.9-9/src/plot-cmds.c, it will be
necessary to recompile and re-install isis:

   make
   make install

Thanks,
-John


--- isis-1.4.9-9/src/plot-cmds.c	2008-01-18 17:52:22.000000000 -0500
+++ isis1/src/plot-cmds.c	2008-02-25 07:06:49.868655000 -0500
_at_email.domain.hidden    Focus = PLOT_NO_DEVICE;
    Num_Open_Plots = 0;
 
-   Plot_free_library_interface ();
+   /* Plot_free_library_interface (); */
 
    memset ((char *)&History, 0, sizeof(History_Type));
 }
----
You received this message because you are
subscribed to the isis-users list.
To unsubscribe, send a message to
isis-users-request_at_email.domain.hiddenwith the first line of the message as:
unsubscribe
Received on Mon Feb 25 2008 - 07:23:51 EST

This archive was generated by hypermail 2.2.0 : Mon Feb 25 2008 - 08:09:56 EST