lcpp-org / crane

A MOOSE application dedicated to general Chemical ReAction NEtworks for plasma chemistry and thermochemistry problems.
https://crane-plasma-chemistry.readthedocs.io/
GNU Lesser General Public License v2.1
21 stars 20 forks source link

Use std::make_unique in InterpolatedCoefficientLinear #79

Closed cticenhour closed 2 years ago

cticenhour commented 2 years ago

MOOSE/libMesh use C++17 now, so libmesh_make_unique is deprecated.

cticenhour commented 2 years ago

@keniley1 Can I get a merge to fixup this deprecated test result for Zapdos on CIVET?

keniley1 commented 2 years ago

Sure. Thanks @cticenhour

cticenhour commented 2 years ago

Thank you!