mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-08 22:37:28 +05:00
-DPARALLEL in interface
This commit is contained in:
parent
7b8fb0dfd3
commit
8c13fb1fdb
@ -1,6 +1,6 @@
|
|||||||
noinst_HEADERS = writeuser.hpp
|
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
|
METASOURCES = AUTO
|
||||||
lib_LTLIBRARIES = libinterface.la
|
lib_LTLIBRARIES = libinterface.la
|
||||||
libinterface_la_SOURCES = nginterface.cpp nginterface_v2.cpp \
|
libinterface_la_SOURCES = nginterface.cpp nginterface_v2.cpp \
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#include <mystdlib.h>
|
#include <mystdlib.h>
|
||||||
|
|
||||||
|
|
||||||
#include <meshing.hpp>
|
#include <meshing.hpp>
|
||||||
#include <csg.hpp>
|
#include <csg.hpp>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user