Fix Coverity CID 38585

This commit is contained in:
mikekaganski
2015-03-07 14:28:46 +10:00
parent 982ff51478
commit a7d33d5f77
2 changed files with 1 additions and 7 deletions

View File

@@ -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)