Skip to content

Commit

Permalink
fixing swig with C# fix #16148
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 11, 2025
1 parent 4dad6b8 commit bdb6efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libsumo/libsumo_typemap.i
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ SUBSCRIBE_HELPER(RouteProbe)
%}
%enddef
#endif
#if defined(SWIGJAVA) || defined(SWIGPYTHON)
SELF_NULL_CHECKER(TraCIResult)
SELF_NULL_CHECKER(TraCIPosition)
SELF_NULL_CHECKER(TraCIPositionVector)
Expand All @@ -592,5 +593,6 @@ SELF_NULL_CHECKER(TraCIReservation)
SELF_NULL_CHECKER(TraCICollision)
SELF_NULL_CHECKER(TraCISignalConstraint)
SELF_NULL_CHECKER(TraCIJunctionFoe)
#endif

// %feature("compactdefaultargs") libsumo::Simulation::findRoute;

0 comments on commit bdb6efa

Please sign in to comment.