Add conditional compilation.

This commit is contained in:
rnv 2021-10-11 13:30:49 +03:00
parent 77c1c9be98
commit 8f273eb693

View File

@ -66,7 +66,11 @@ namespace netgen {
namespace nglib
{
NETGENPLUGIN_DLL_HEADER
#ifdef NETGEN_V6
extern netgen::NgArray<netgen::Point<3> > readedges;
#else
extern netgen::Array<netgen::Point<3> > readedges;
#endif
}
namespace