diff --git a/cyprecice/cyprecice.pyx b/cyprecice/cyprecice.pyx index a2897186..3766e2ed 100644 --- a/cyprecice/cyprecice.pyx +++ b/cyprecice/cyprecice.pyx @@ -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()