dll exports

This commit is contained in:
Joachim Schoeberl 2011-09-02 12:37:54 +00:00
parent 436a6ce726
commit 563c072c0d
3 changed files with 6 additions and 4 deletions

View File

@ -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;}

View File

@ -989,7 +989,7 @@ namespace netgen
class MeshingParameters class DLL_HEADER MeshingParameters
{ {
public: public:
/** /**

View File

@ -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
*/
} }