mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
dll exports
This commit is contained in:
parent
436a6ce726
commit
563c072c0d
@ -189,7 +189,7 @@ namespace netgen
|
|||||||
Mesh & operator= (const Mesh & mesh2);
|
Mesh & operator= (const Mesh & mesh2);
|
||||||
|
|
||||||
///
|
///
|
||||||
void DeleteMesh();
|
DLL_HEADER void DeleteMesh();
|
||||||
|
|
||||||
///
|
///
|
||||||
void ClearSurfaceElements();
|
void ClearSurfaceElements();
|
||||||
@ -537,7 +537,7 @@ namespace netgen
|
|||||||
|
|
||||||
|
|
||||||
/// build box-search tree
|
/// build box-search tree
|
||||||
void BuildElementSearchTree ();
|
DLL_HEADER void BuildElementSearchTree ();
|
||||||
|
|
||||||
void SetPointSearchStartElement(const int el) const {ps_startelement = el;}
|
void SetPointSearchStartElement(const int el) const {ps_startelement = el;}
|
||||||
|
|
||||||
|
@ -989,7 +989,7 @@ namespace netgen
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
class MeshingParameters
|
class DLL_HEADER MeshingParameters
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
@ -205,7 +205,7 @@ void GetStatus(MyStr & s, double & percentage)
|
|||||||
s = "idle";
|
s = "idle";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
#ifdef SMALLLIB
|
#ifdef SMALLLIB
|
||||||
#define SMALLLIBORNOTCL
|
#define SMALLLIBORNOTCL
|
||||||
#endif
|
#endif
|
||||||
@ -221,5 +221,7 @@ void MyError(const char * ch)
|
|||||||
cerr << ch << endl;
|
cerr << ch << endl;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user