Skip to content
Snippets Groups Projects
Commit c5bf683c authored by Beerwerth, Randolf's avatar Beerwerth, Randolf
Browse files

revert release()

parent ee937b16
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ protected:
{
std::vector<ScalarRTCoefficients> result;
for (auto& coeff : inputCoeffs)
result.push_back(*dynamic_cast<const ScalarRTCoefficients*>(coeff.release()));
result.push_back(*dynamic_cast<const ScalarRTCoefficients*>(coeff.get()));
return result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment