mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fix Coverity CID 38618
This commit is contained in:
@@ -65,7 +65,6 @@ double IncompressibleFluid::basePolyOffset(IncompressibleData data, double y, do
|
||||
return poly.evaluate(coeffs, in, 0, offset);
|
||||
}
|
||||
throw ValueError(format("%s (%d): You have to provide a vector (1D matrix) of coefficients, not (%d,%d).",__FILE__,__LINE__,r,c));
|
||||
return _HUGE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user