mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Merge branch 'mesh_ptr_as_extern' into occ_no_maps
This commit is contained in:
commit
6b846eeec2
@ -7,7 +7,7 @@ target_sources(nggui PRIVATE
|
||||
vssolution.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
|
||||
meshdoc.hpp mvdraw.hpp visual_api.hpp
|
||||
|
@ -377,7 +377,7 @@ namespace netgen
|
||||
}
|
||||
|
||||
VisualSceneMeshDoctor vsmeshdoc;
|
||||
DLL_HEADER shared_ptr<Mesh> mesh;
|
||||
DLL_HEADER extern shared_ptr<Mesh> mesh;
|
||||
|
||||
int Ng_MeshDoctor(ClientData clientData,
|
||||
Tcl_Interp * interp,
|
||||
|
Loading…
Reference in New Issue
Block a user