Skip to content
  • Tjerk Vreeken's avatar
    Fix interpolation call in map_path_expression · 2d4a1c73
    Tjerk Vreeken authored
    This could lead to an exception being thrown by CasADi, because the
    integer for "mode" would be passed as the boolean for "equidistant". We
    are lucky that there was no implicit casting of int->bool, or this would
    have turned into an obscure bug.
    2d4a1c73