Skip to content

Commit

Permalink
No string in pxd either
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed Dec 30, 2024
1 parent 1f428fd commit 6d23854
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wrappers/Python/CoolProp/CoolProp.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from libcpp.string cimport string
import cython
cimport cython

Expand All @@ -14,7 +13,7 @@ cdef class State:
cdef int iFluid,iParam1,iParam2,iOutput
cdef double T_, rho_, p_

cpdef set_Fluid(self, string Fluid, string backend)
cpdef set_Fluid(self, Fluid, backend)
cpdef speed_test(self, int N)
cpdef update(self, dict params)
cpdef update_ph(self, double p, double h)
Expand Down

0 comments on commit 6d23854

Please # to comment.