lanl / spiner

Performance portable routines for generic, tabulated, multi-dimensional data
https://lanl.github.io/spiner
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

add the word Concept a bunch of places #68

Closed Yurlungur closed 1 year ago

Yurlungur commented 1 year ago

PR Summary

While integrating The current develop branch of spiner into singularity-eos, @mauneyc-LANL encountered some errors which I suspect are missing types in the SFINAE concept enforcement in spiner. This branch hopefully fixes the issue by adding the relevant type declarations.

PR Checklist

mauneyc-LANL commented 1 year ago

Yes, this fixes the specific issue I was having.

Yurlungur commented 1 year ago

Merged