On line 35 of the Trajectories.xml summary file, the name for the 8th/6th order integrator is identical to the 6th/5th. Presumably the correct name is "kstraj_integrator_rk86"?
<kstraj_integrator_rk65 name="integrator_rk65"/>
<!--
description:
an 6th/5th order embedded runge-kutta integrator.
parameters:
name:
the name of this integrator.
-->
<kstraj_integrator_rk65 name="integrator_rk86"/>
<!--
description:
an 8th/6th order embedded runge-kutta integrator.
parameters:
name:
the name of this integrator.
-->
On line 35 of the Trajectories.xml summary file, the name for the 8th/6th order integrator is identical to the 6th/5th. Presumably the correct name is "kstraj_integrator_rk86"?