;**************************************************************************** ;* FILE: ;* $PAPCO_HOME/papco_add_init.pro ;* ;* DESCRIPTION: ;* initialize the add-in modules for PAPCO. Here all the individual ;* init-files (init_module.pro) are called. ;* This file is produced by papco_find_modules called papco_startup.pro ;* The file is written into the directory in the variable PAPCO_HOME ;* in papco_set_variables.pro. Make sure this directory in contained in the ;* IDL search path (!path) or start PAPCO in that directory. ;* ;* HOW TO START: ;* from IDL, ;* type @papco_add_init ;* after papco_init has been run. Then you can start PAPCO by typing ;* papco ;* normally executed by papco_startup ;* ;* LAST TIME PRODUCED: ;* Wed Mar 4 17:57:11 1998 ;*************************************************************************** print,'% papco_add_init: Compiling found modules:' print,'' @/nh/toaster/u/friedel/idl/papco/papco_modules/plot_type/init_module print,'' print,'% papco_add_init: done'