On line https://github.com/nmwsharp/geometry-central/blob/019669ddabda05e0f71fa3587cfb3c1dadf19cb8/src/surface/vector_heat_method.cpp#L350 I get: /work/src/geometrycentral/src/surface/vector_heat_method.cpp:351:1: warning: control reaches end of non-void function [-Wreturn-type proposed fix (sames as [line 695](https://github.com/nmwsharp/geometry-central/blob/019669ddabda05e0f71fa3587cfb3c1dadf19cb8/src/surface/vector_heat_method.cpp#L695)) ``` throw std::logic_error("bad switch"); return VertexData<Vector2>(); ```
On line
geometry-central/src/surface/vector_heat_method.cpp
Line 350 in 019669d
I get:
/work/src/geometrycentral/src/surface/vector_heat_method.cpp:351:1: warning: control reaches end of non-void function [-Wreturn-type
proposed fix (sames as line 695)