Skip to content

Commit

Permalink
Use precice/precice.hpp header
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Feb 6, 2024
1 parent c0288c8 commit a41282c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cyprecice/Participant.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from libcpp.set cimport set
from libcpp.string cimport string
from libcpp.vector cimport vector

cdef extern from "precice/Participant.hpp" namespace "precice":
cdef extern from "precice/precice.hpp" namespace "precice":
cdef cppclass Participant:
# construction and configuration

Expand Down Expand Up @@ -83,6 +83,4 @@ cdef extern from "precice/Participant.hpp" namespace "precice":

void writeGradientData(const string& meshName, const string& dataName, vector[int] vertices, vector[double] gradientValues)


cdef extern from "precice/Tooling.hpp" namespace "precice":
string getVersionInformation()
string getVersionInformation()

0 comments on commit a41282c

Please sign in to comment.