// closesolidsetup - "dgrowindex","aprowindex","dgcharindex" and "apcharindex" 
// are destroyed. End all SolidsPack setup macros with closesolidssetup

exists('aprowindex','parameter'):$e
if ($e > 0.5) then
   destroy('dgrowindex')
endif

exists('apcharindex','parameter'):$e
if ($e > 0.5) then
   destroy('apcharindex')
endif

exists('dgrowindex','parameter'):$e
if ($e > 0.5) then
   destroy('dgrowindex')
endif

exists('dgcharindex','parameter'):$e
if ($e > 0.5) then
  destroy('dgcharindex')
endif

