[Gmsh] getVertex in gmsh.cpp in gmsh-git-source

"José M. Sancho" jose.sancho at upm.es
Tue Feb 27 20:12:22 CET 2018


Hi,

lines  978,979,980 in gmsh.cpp:

coord.push_back(v->x());
coord.push_back(v->x());
coord.push_back(v->x());


IMHO should be:

coord.push_back(v->x());
coord.push_back(v->y());
coord.push_back(v->z());


By the way, would it be possible in the API to get the coordinates in a geometrical Point ?


Regards.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://onelab.info/pipermail/gmsh/attachments/20180227/b7d80f0a/attachment.html>


More information about the gmsh mailing list