Skip to content
  • Raymond Toy's avatar
    Disable files that won't work with f2cl/lisp · 4d1c5857
    Raymond Toy authored
    These files generally won't work because arrays are of different
    types.  I think they're work arrays which are of type REAL being
    passed to routines that declare them to be COMPLEX or REAL*8 arrays.
    
    Can't do that in lisp.
    4d1c5857