mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
10 lines
228 B
C++
10 lines
228 B
C++
#include "../libsrc/meshing/visual_interface.hpp"
|
|
|
|
#include <inctcl.hpp>
|
|
|
|
static bool dummy_init_pointers = [](){
|
|
Ptr_Ng_Tcl_SetResult = Tcl_SetResult;
|
|
Ptr_Ng_Tcl_CreateCommand = Tcl_CreateCommand;
|
|
return true;
|
|
}();
|