mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Placate XCode by fixing is_inside function
Closes https://github.com/CoolProp/CoolProp/issues/261 Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -486,6 +486,9 @@ bool PhaseEnvelopeRoutines::is_inside(HelmholtzEOSMixtureBackend &HEOS, paramete
|
||||
throw ValueError("For now can't be inside");
|
||||
}
|
||||
}
|
||||
else{
|
||||
throw ValueError("You have a funny number of intersections in is_inside");
|
||||
}
|
||||
}
|
||||
|
||||
} /* namespace CoolProp */
|
||||
|
||||
Reference in New Issue
Block a user