After updating to IDL 8.8.1, I found that one of my structures now generates an error. Here's an abbreviated version: struct = {B3D_PSFAccumStats, $ entryStack : List() } When I try to run my program, I get the error: % LIST::RESET: This method was deprecated in IDL 8.8.1, please refactor your code to not call it. Is there a different way to now declare this so it can be in a structure, or some other workaround?
|