Release LibMesh init during finalize.

This commit is contained in:
Patrick Shriwise 2020-03-30 09:56:59 -05:00
parent 48d62e7501
commit 2c1d6162d7

View file

@ -143,7 +143,7 @@ int openmc_finalize()
#endif
#ifdef LIBMESH
std::unique_ptr<libMesh::LibMeshInit> LMI;
settings::LMI.release();
#endif
return 0;