1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /* * This file is part of * Surface Maps via Adaptive Triangulations * (https://github.com/patr-schm/surface-maps-via-adaptive-triangulations) * and is released under the MIT license. * * Authors: Patrick Schmidt, Janis Born */ #pragma once namespace SurfaceMaps { void init_lib_surface_maps(); } |