This commit is contained in:
Stein Krogstad 2024-05-28 21:51:02 +02:00
parent c5f7d02bf7
commit 008fd268c5

View File

@ -500,8 +500,8 @@ findTHP(const std::vector<Scalar>& bhp_array,
thp = thp_array[0];
}
}
return thp;
}
return thp;
}
template<class Scalar>