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