Skip to content
  • Liam M. Healy's avatar
    Eliminate call to make-pq-grid-specification; make-grid-data with no initial-contents · 51a4b48c
    Liam M. Healy authored
    Eliminate call to make-pq-grid-specification as it is unnecessary;
    make-grid does the job as well when make-grid-data works with no
    initial-contents.  The latter is achieved by filling the dimel array
    with nils.  Started a new function make-pq-grid-NEW (which will
    eventually be named #'make-pq-grid when the old one is eliminated)
    derived from the body of (grid::make-grid-data (eql
    'physical-quantity)) in intending to replace that part, but also to
    replace make-pq-grid with different arguments as called from make-pq.
    51a4b48c