Edouard2laire

Results 71 comments of Edouard2laire

i made a bit of progress and was able to fix the error ``` /Users/edelaire1/Documents/software/iso2mesh/tools/meshfix/contrib/JMeshLib/include/clusterGraph.h:57:50: error: cast from pointer to smaller type 'j_voidint' (aka 'int') loses information clusterEdge *getFirst() {return...

(cross-posting from https://github.com/fangq/meshfix/pull/2 - sorry, I am a bit confused with all the different repositories so I am not sure it's the right place) I have now this error now...

Hi @fangq; Would you have any idea on how to solve that issue ? I am not very familiar with cmake and how linking works in general so I am...

> @Edouard2laire, sorry that I haven't been paying much attention this thread - I saw there are multiple tickets, some have been resolved, some are not. Yes, sorry. I got...

I might have found the solution here: https://oneapi-src.github.io/oneTBB/GSG/integrate.html#cmake with the following fix: ``` create_single_source_cgal_program( "mesh_polyhedral_domain.cpp") target_link_libraries(mesh_polyhedral_domain TBB::tbb) % NEW create_single_source_cgal_program( "mesh_3D_image.cpp") target_link_libraries(mesh_3D_image TBB::tbb) % NEW ``` The program is now...

New question: The compilation is working well to generate the executables but it doesn't generate Mex files. Do you have any indication on how to generate those? Thanks a lot,...

hello @fangq, Do you have any indication for the generation of the Mex files or should we ship only binaries? Thank you, Edouard

hi @rcassani, What do you think of that PR? Would that solution be ok for you?

up :) i think this is a good solution for now; we can remove it when brainstorm supports edf with multiple frequency :)