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:
Ian Bell
2014-12-01 17:22:11 -05:00
parent 428bdddf84
commit e818d254ef

View File

@@ -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 */