Skip to content

Commit

Permalink
romving unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMeisrimelModelon committed Jan 24, 2024
1 parent 8821627 commit aeb972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyfmi/master.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ cdef perform_do_step_parallel(list models, FMIL.fmi2_import_t** model_addresses,
Perform a do step on all the models.
"""
cdef int i, status = 0
cdef int num_threads
# cdef int num_threads
# cdef int id
# cdef double time

Expand Down

0 comments on commit aeb972a

Please sign in to comment.