Changeset 13522
- Timestamp:
- Sep 18, 2019 12:41:08 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-5819/Python/src/pyjmi/optimization/realtimecontrol.py
r13466 r13522 82 82 83 83 84 class RealTimeBase(object, with_metaclass( metaclass=ABCMeta)):84 class RealTimeBase(object, with_metaclass(ABCMeta)): 85 85 86 86 def __init__(self, dt, t_final, start_values, output_names,
Note: See TracChangeset
for help on using the changeset viewer.