mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-12 14:55:08 -05:00
Fixed Abstract State keyed_output function docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ cdef class AbstractState:
|
||||
## ----------------------------------------
|
||||
|
||||
cpdef double keyed_output(self, parameters iOutput) except *:
|
||||
""" Update :cpapi:`CoolProp::AbstractState::update` """
|
||||
""" Update :cpapi:`CoolProp::AbstractState::keyed_output(parameters key)` """
|
||||
return self.thisptr.keyed_output(iOutput)
|
||||
|
||||
cpdef double T(self) except *:
|
||||
|
||||
Reference in New Issue
Block a user