lamp_mac/FIGARO/
variables_utilities.pro
:Description: Delete or undefine an IDL program variable from within an IDL program or at the IDL command line. It is a more powerful delvar. Pointer and structure variables are traversed recursively to undefine any variables pointed to in the pointer or in a structure dereference. This code was taken from an implementation of David Fanning. :Params: var : in, required, type="any" The variable to be deleted. :Author: pellegrini :History: Andrew Cool David Fanning, 8 Jun. 1997 Eric Pellegrini, 14 Feb. 2011 :Categories: variables manipulation
Routine details
top struct_modif
:Description: This function will merge two IDL array of structures. If s1 and s2 share some tags, it will be the ones of s2 that will be kept. :Params: s1 : in, required, type="struct" The first input IDL structure. s2 : in, required, type="struct" The second IDL structure. :Returns: The results of the merging of the two input structures. Returns -1 if something failed during the merging. :Author: pellegrini :History: pellegrini, 18 Feb. 2011 :Categories: variables manipulation
Parameters
- s1
- s2
top variables_utilities
variables_utilities
:Description: The module constructor. :Author: pellegrini :History: pellegrini, 18 Feb. 2011 :Categories: web utilities
File attributes
Modification date: | Tue Oct 1 14:42:05 2013 |
Lines: | 146 |