Fix typo in ThermoPhase.h
This commit is contained in:
parent
28e8fa1d2d
commit
9970b4bcc5
1 changed files with 1 additions and 1 deletions
|
|
@ -1243,7 +1243,7 @@ public:
|
|||
|
||||
//! Return the fraction of vapor at the current conditions
|
||||
virtual doublereal vaporFraction() const {
|
||||
throw NotImplementedError("ThermoPhase::vaprFraction");
|
||||
throw NotImplementedError("ThermoPhase::vaporFraction");
|
||||
}
|
||||
|
||||
//! Set the state to a saturated system at a particular temperature
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue