Skip to content

Commit

Permalink
Added class ResultBinaryMat
Browse files Browse the repository at this point in the history
  • Loading branch information
modelonrobinandersson authored Nov 13, 2024
1 parent dfe267e commit 2e996d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,12 @@ def read_var_header(self):
remaining_bytes *= 2
next_position = self.mat_stream.tell() + remaining_bytes
return hdr, next_position
class ResultBinaryMat(ResultDymolaBinary):
"""
This class will replace ResultDymolaBinary.
The recommendation is to use this class over ResultDymolaBinary going forward.
"""
pass

class ResultDymolaBinary(ResultDymola):
"""
Expand Down

0 comments on commit 2e996d7

Please sign in to comment.