grinsfem / grins

Multiphysics Finite Element package built on libMesh
http://grinsfem.github.io
Other
47 stars 39 forks source link

Use std::make_unique, not libmesh_make_unique #614

Closed roystgnr closed 2 years ago

roystgnr commented 2 years ago

The latter is deprecated now.

pbauman commented 2 years ago

Awesome, thanks for cleaning that up!