From e7d0ebcac442d09e577cdebea925e7b727c9c12e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 27 Aug 2003 00:55:47 +0000 Subject: [PATCH] Added a comment explaining what we need to fix --- benchmarks/bugs/bug-extrude.geo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/benchmarks/bugs/bug-extrude.geo b/benchmarks/bugs/bug-extrude.geo index 9aadb4299b..7a2d24d5e3 100644 --- a/benchmarks/bugs/bug-extrude.geo +++ b/benchmarks/bugs/bug-extrude.geo @@ -73,4 +73,10 @@ Line Loop(54) = {-45,44}; Plane Surface(55) = {54}; // extruding this makes Gmsh go nuts + +// we just need to generalize +// int compareTwoCurves(const void *a, const void *b) +// in Geo/CAD.cpp +// Currently, we only compare start/end points ... + Extrude Surface {51, {0,0,3}}; -- GitLab