Add conditional compilation.
This commit is contained in:
parent
77c1c9be98
commit
8f273eb693
@ -66,7 +66,11 @@ namespace netgen {
|
|||||||
namespace nglib
|
namespace nglib
|
||||||
{
|
{
|
||||||
NETGENPLUGIN_DLL_HEADER
|
NETGENPLUGIN_DLL_HEADER
|
||||||
|
#ifdef NETGEN_V6
|
||||||
extern netgen::NgArray<netgen::Point<3> > readedges;
|
extern netgen::NgArray<netgen::Point<3> > readedges;
|
||||||
|
#else
|
||||||
|
extern netgen::Array<netgen::Point<3> > readedges;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user