Skip to content

Commit

Permalink
Merge pull request #335 from lanl/alexhls/helmholtz-fix-install
Browse files Browse the repository at this point in the history
Fix missing header in CMake install
  • Loading branch information
mauneyc-LANL authored Jan 22, 2024
2 parents 65bc893 + 6cadb23 commit f097b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Current develop

### Fixed (Repair bugs, etc)
- [[PR335]](https://github.com/lanl/singularity-eos/pull/335) Fix missing hermite.hpp in CMake install required for Helmholtz EOS
### Added (new features/APIs/variables/...)
- [[PR331]](https://github.com/lanl/singularity-eos/pull/331) Included code and documentation for a full, temperature consistent, Mie-Gruneisen EOS based on a linear Us-up relation.

Expand Down
1 change: 1 addition & 0 deletions singularity-eos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set(EOS_HEADERS
base/constants.hpp
base/eos_error.hpp
base/sp5/singularity_eos_sp5.hpp
base/hermite.hpp
eos/eos.hpp
eos/eos_variant.hpp
eos/singularity_eos.hpp
Expand Down

0 comments on commit f097b44

Please sign in to comment.