Use std::identity
The following discussion from !174 (merged) should be addressed:
-
@paconnor started a discussion: (+1 comment)
Since we're now using C++20, we should use
std::identity
inline double id (double x) { return x; };
in JEC/interface/resolution.h