
  TYPE
    dst$iou_information_entry = RECORD
      physical_iou_number: dst$iou_number,
      model_type: dst$iou_model_types,
    RECEND,

    dst$iou_information_table = ARRAY [dst$number_of_ious] OF dst$iou_information_entry;

*copyc dst$iou_model_types
*copyc dst$iou_number
*copyc dst$number_of_ious
