Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshrinet committed Jul 11, 2023
1 parent 3f9c625 commit 123c6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyross/tsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def dxdtEval(xt, t):
return data_out


def set_contactMatrix(self, double t, contactMatrix):
def set_contactMatrix(self, t, contactMatrix):
self.CM=contactMatrix(t)


Expand Down

0 comments on commit 123c6df

Please sign in to comment.