mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fix Coverity CID 38585
This commit is contained in:
@@ -239,12 +239,6 @@ std::string strjoin(const std::vector<std::string> &strings, const std::string &
|
||||
}
|
||||
|
||||
|
||||
SplineClass::SplineClass()
|
||||
{
|
||||
Nconstraints = 0;
|
||||
A.resize(4, std::vector<double>(4, 0));
|
||||
B.resize(4,0);
|
||||
}
|
||||
bool SplineClass::build()
|
||||
{
|
||||
if (Nconstraints == 4)
|
||||
|
||||
Reference in New Issue
Block a user