-DPARALLEL in interface

This commit is contained in:
Joachim Schoeberl 2011-05-13 11:43:25 +00:00
parent 7b8fb0dfd3
commit 8c13fb1fdb
2 changed files with 1 additions and 2 deletions

View File

@ -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 \

View File

@ -1,6 +1,5 @@
#include <mystdlib.h>
#include <meshing.hpp>
#include <csg.hpp>