Skip to content

Commit

Permalink
add get_version_information function into the Participant class
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Feb 6, 2024
1 parent a41282c commit f399fa3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cyprecice/cyprecice.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1041,10 +1041,10 @@ cdef class Participant:

return np_ids, np_coordinates.reshape((size, dimensions))

def get_version_information ():
"""
Returns
-------
Current preCICE version information
"""
return CppParticipant.getVersionInformation()
def get_version_information ():
"""
Returns
-------
Current preCICE version information
"""
return self.thisptr.getVersionInformation()

0 comments on commit f399fa3

Please sign in to comment.