Fix #4398: Fix arg order to calls to laptimes
commit9c52b5f834ad9af409e3e4eacfb67c4d46e4724b
authorRaymond Toy <toy.raymond@gmail.com>
Wed, 6 Nov 2024 18:32:59 +0000 (6 10:32 -0800)
committerRaymond Toy <toy.raymond@gmail.com>
Wed, 6 Nov 2024 18:32:59 +0000 (6 10:32 -0800)
treea417822e55f29a526b6b8a4e0dfb05eb1ee93a57
parent2167ae7e80382b237e0e1fc36c796232b17e7bf9
Fix #4398:  Fix arg order to calls to laptimes

A couple of calls to `laptimes` had the order of args incorrect by
placing the time var after the param var.  It should be the other way.
This error was introduced in [4c9f03].

Full testsuite passes (except for one unrelated quad_qagi test that
used to pass).
src/laplac.lisp