1#ifndef HLDO_SPHERE_DEBUGGING_H
2#define HLDO_SPHERE_DEBUGGING_H
25template <
typename... Args>
26static std::string
concat(Args &&...args) {
27 std::ostringstream ss;
static std::string concat(Args &&...args)
Concatenate objects defining an operator<<(std::ostream&)
Implementation of the thesis Hogde Laplacians and Dirac Operators on the surface of the 3-Sphere.