Skip to content

Commit

Permalink
delete unused except +translate_exception
Browse files Browse the repository at this point in the history
  • Loading branch information
BangShiuh authored and ischoegl committed Jan 15, 2023
1 parent 5f40aac commit a1d3930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interfaces/cython/cantera/thermo.pxd
Expand Up @@ -199,13 +199,13 @@ cdef extern from "cantera/thermo/PlasmaPhase.h":
string electronEnergyDistributionType()
void setQuadratureMethod(const string&) except +translate_exception
string quadratureMethod()
void enableNormalizeElectronEnergyDist(cbool) except +translate_exception
void enableNormalizeElectronEnergyDist(cbool)
cbool normalizeElectronEnergyDistEnabled()
void setMeanElectronEnergy(double) except +translate_exception
double isotropicShapeFactor()
double meanElectronEnergy()
size_t nElectronEnergyLevels() except +translate_exception
double electronPressure() except +translate_exception
size_t nElectronEnergyLevels()
double electronPressure()


cdef extern from "cantera/cython/thermo_utils.h":
Expand Down

0 comments on commit a1d3930

Please sign in to comment.