mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
-DPARALLEL in interface
This commit is contained in:
parent
7b8fb0dfd3
commit
8c13fb1fdb
@ -1,6 +1,6 @@
|
||||
noinst_HEADERS = writeuser.hpp
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -I$(top_srcdir)/libsrc/interface $(TCL_INCLUDES) -DOPENGL
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -I$(top_srcdir)/libsrc/interface $(MPI_INCLUDES) $(TCL_INCLUDES) -DOPENGL
|
||||
METASOURCES = AUTO
|
||||
lib_LTLIBRARIES = libinterface.la
|
||||
libinterface_la_SOURCES = nginterface.cpp nginterface_v2.cpp \
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include <mystdlib.h>
|
||||
|
||||
|
||||
#include <meshing.hpp>
|
||||
#include <csg.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user