mirror of
https://github.com/NGSolve/netgen.git
synced 2025-03-24 23:47:57 +05:00
find writeuser.hpp
This commit is contained in:
parent
21660f6543
commit
8c506ba15b
@ -1,7 +1,7 @@
|
||||
|
||||
include_HEADERS =
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -I$(top_srcdir)/libsrc/interface -DOPENGL -D$(TOGL_WINDOWINGSYSTEM) $(TCL_INCLUDES) $(MPI_INCLUDES) $(FFMPEG_INCLUDES) $(JPEGLIB_INCLUDES)
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -DOPENGL -D$(TOGL_WINDOWINGSYSTEM) $(TCL_INCLUDES) $(MPI_INCLUDES) $(FFMPEG_INCLUDES) $(JPEGLIB_INCLUDES)
|
||||
|
||||
# SUBDIRS = Togl-1.7
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
This file is a modification of tkAppInit.c from the Tcl/Tk package
|
||||
*/
|
||||
|
||||
#include <mystdlib.h>
|
||||
#include <mystdlib.h>
|
||||
#include <inctcl.hpp>
|
||||
#include <meshing.hpp>
|
||||
|
||||
@ -32,7 +32,7 @@ namespace netgen
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
#include "writeuser.hpp"
|
||||
#include "../libsrc/interface/writeuser.hpp"
|
||||
extern string ngdir;
|
||||
Flags parameters;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user