view .editorconfig @ 31416:33d5c1c41bbc

Clean up unused portions of runge_kutta_interpolate (bug #63162) * runge_kutta_interpolate.m: Eliminate unnecessary call to FCN (the stepper function, called prior to runge_kutta_interpolate, has already done that). Eliminate unnecessary DT, FCN, and ARGS arguments. * integrate_adaptive.m: Update calls to runge_kutta_interpolate.
author Ken Marek <marek_ka@mercer.edu>
date Thu, 06 Oct 2022 16:17:50 -0400
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab