Function: irim_merge Purpose: merge list1 into list2 Category: IRAS, private to program: IMAGE Author: Do Kester do@guspace.rug.nl Use: void irim_merge( list_type *ls1, list_type *ls2 ) The items in ls1 are merged into ls2. The caller has to make sure that there is enough room in ls2 to contain the merged result. Items which differ less than 0.001 are considered identical. Comment: This routine is not callable in FORTRAN Updates: 07 Aug 1991: DK, Creation date 04 Jun 1992: DK, prepared for GIPSY library Original: IMERGE Structured and translated by ASSISTANT II Plus, v1.2