You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
-->
The text was updated successfully, but these errors were encountered:
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"?
The text was updated successfully, but these errors were encountered: