papco_opsys.pro under papco_XX\papco. These routines
are documented there and the user should make use of them in making his/her own
module portable.
papco_XX\papco. This routine allows access to the color table index used
to represent a data value in a given PAPCO color subtable:
function PAPCO_Get_subtable_index
This is used by the new Hair cursor slice function.
papco_XX\papco_lib to
deallocate logical units from get_lun which are closed but still
allocated.
procedure dealloc_lun
This is needed to deallocate logical units which have been allocated by the restore function, since this is not done by IDL internally.
papco_get_remote_data.pro under under papco_XX\papco has
been debugged and streamlined. The standard PaPCo error checking has been
added, to conform to other read routines.
plot_type sample module read function has been rewritten to be
conform to the latest PAPCO philosophy and standard. It now used the routines
in papco_get_remote_data to obtain the sample data file from anonymous
ftp on
hydra.mpae.gwdg.de/pub/friedel/plot_type_data.
The sample data file is no longer part of the distribution.
right_side_label.pro under papco_XX\papco_lib has been
rewritten to achieve nicer line breaks in the labels using the "!C" format
string. The change is transparent to the user.