MASTmultiphysics / mast-multiphysics

Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST) - Sensitivity-enabled multiphysics FEA for design
https://www.mast-multiphysics.com
GNU Lesser General Public License v2.1
43 stars 24 forks source link

Added missing libMesh header and updated to C++17 #113

Closed jfkiviaho closed 2 years ago

NeiferdDJ1 commented 2 years ago

Thanks for noticing this and making the appropriate changes.

For others looking at this pull request, the required C++ standard was bumped from C++14 to C++17 because libMesh now requires a C++17 compiler.