MIN_FFI_STEP_SIZE_MS

Constant MIN_FFI_STEP_SIZE_MS 

Source
pub const MIN_FFI_STEP_SIZE_MS: c_double = 0.1;
Expand description

Minimum C-ABI trajectory step_size, in milliseconds (0.1 ms = 0.0001 s).

Smaller steps are rejected before integration because fixed-step solves retain one public trajectory point per step. All in-repository FFI examples use values in [0.1, 1.0] ms.