Merge branch 'mesh_ptr_as_extern' into occ_no_maps

This commit is contained in:
Christopher Lackner 2022-12-07 12:12:24 +01:00
commit 6b846eeec2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ target_sources(nggui PRIVATE
vssolution.cpp vssolution.cpp
visualpkg.cpp visualpkg.cpp
) )
target_link_libraries( nggui PUBLIC "$<BUILD_INTERFACE:netgen_python>" ${MPI_CXX_LIBRARIES} ${OPENGL_LIBRARIES} ) target_link_libraries( nggui PUBLIC "$<BUILD_INTERFACE:netgen_python>" ${MPI_CXX_LIBRARIES} ${OPENGL_LIBRARIES} nglib)
install(FILES install(FILES
meshdoc.hpp mvdraw.hpp visual_api.hpp meshdoc.hpp mvdraw.hpp visual_api.hpp

View File

@ -377,7 +377,7 @@ namespace netgen
} }
VisualSceneMeshDoctor vsmeshdoc; VisualSceneMeshDoctor vsmeshdoc;
DLL_HEADER shared_ptr<Mesh> mesh; DLL_HEADER extern shared_ptr<Mesh> mesh;
int Ng_MeshDoctor(ClientData clientData, int Ng_MeshDoctor(ClientData clientData,
Tcl_Interp * interp, Tcl_Interp * interp,