Skip to content
  • Zhanping Liu's avatar
    BUG: #9245 was fixed to properly loading binary measured geometry · 46629cb4
    Zhanping Liu authored
    files. The EnSight Manual version 8.2 is wrong in describing the format
    of binary measured geometry files.
    
    An array of point indices is read first, followed by tuple-by-tuple 3D point
    coordinates. Thus the correct parsing scheme is a 'hybrid' one, as
    opposed to the array-by-array mechanism employed in the original code.
    46629cb4