#! /usr/lib/veetest/veetest -r
(revision "A.00.01")
(date "Mon 09/Sep/1991")
(component 0 "Context"
 (implementation
  (component 0 "VectorConcatenator"
   (name "MatToAry")
   (description 11 4
    Normally, the concatenator operates on two data
    inputs, "flattening" any 2, 3, ... N - dimensional
    arrays before concatenating the elements into
    one long 1-D array.
    
    By removing the second (B) input, the concatenator
    can be used to "flatten" any multi-dimensioned
    array on the input pin, essentially by treating
    the second input as "nil".
    
    
   )
   (interface
    (sequence in)
    (sequence out)
    (input 1
     (type data)
     (name "A")
     (optional yes)
    )
    (output 1
     (type data)
     (name "Array")
     (tag "Array")
     (lock constraints)
    )
   )
   (implementation
   )
   (views
    (icon
     (origin 501 468)
     (extent 110 25)
    )
    (detail
     (origin 535 485)
     (extent 90 110)
    )
    (terminals on)
    (active detail)
   )
  )
  (configuration
  )
 )
 (views
  (detail
   (configuration
   )
  )
 )
)
