diff --git a/hypgraph.cpp b/hypgraph.cpp index 5bfa3c9e..ebbd365d 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -277,6 +277,10 @@ template void makeband(shiftpoint H, hyperpoint& ret, const T& f) { return; } +EX void makeband_f(shiftpoint H, hyperpoint& ret, const hr::function& f) { + makeband(H, ret, f); + } + void band_conformal(ld& x, ld& y) { switch(cgclass) { case gcSphere: