Skip to content

Use std::identity

The following discussion from !174 (merged) should be addressed:

inline double id (double x) { return x; };

in JEC/interface/resolution.h

Edited by Patrick Louis S Connor