Menu

#88 .papco file write fails on IDL 8.1

papco12beta
open-fixed
nobody
None
5
2015-08-31
2015-08-28
No

Reiner and I observed that .papco files fail to write properly under IDL 8.1. Presumably there have been no changes in the code.

Discussion

  • Jeremy Faden

    Jeremy Faden - 2015-08-31

    The problem was that the structure name was read by parsing the output of the help command, and

    struct_id = tag_names(ptr_var,/structure_name)

    should be used instead.

     
  • Jeremy Faden

    Jeremy Faden - 2015-08-31
    • status: open --> open-fixed