Skip to content
  • Mark OLESEN's avatar
    BUG: cached ensight type not a word (fixes #3133) · 0ef981ad
    Mark OLESEN authored
    - the type/name for field caching were saved as word, but ensight has
      things like "tensor symm" etc, which do not parse very well as
      'word'. Now save as 'string' type.
    
      Backwards compatibility is OK since a word token will also be
      readable as string etc.
    0ef981ad