Skip to content

Commit

Permalink
[interface, thermo] fix PlasmaPhase by adding the inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
BangShiuh authored and ischoegl committed Jan 15, 2023
1 parent cb514cd commit 1fa20b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions interfaces/cython/cantera/thermo.pxd
Expand Up @@ -186,9 +186,8 @@ cdef extern from "cantera/thermo/SurfPhase.h":


cdef extern from "cantera/thermo/PlasmaPhase.h":
cdef cppclass CxxPlasmaPhase "Cantera::PlasmaPhase":
cdef cppclass CxxPlasmaPhase "Cantera::PlasmaPhase" (CxxThermoPhase):
CxxPlasmaPhase()
double electronTemperature() except +translate_exception
void setElectronTemperature(double) except +translate_exception
void setElectronEnergyLevels(double*, size_t) except +translate_exception
void getElectronEnergyLevels(double*)
Expand Down

0 comments on commit 1fa20b7

Please sign in to comment.