add some DLL_HEADER

This commit is contained in:
von Wahl, Henry 2022-05-20 20:26:43 +02:00 committed by Hochsteger, Matthias
parent 668f0945c4
commit c9776a7c86
2 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ namespace netgen
DLL_HEADER int GetNDomains() const;
///
int GetDimension() const { return dimension; }
void SetDimension (int dim); // { dimension = dim; }
DLL_HEADER void SetDimension (int dim); // { dimension = dim; }
/// sets internal tables
DLL_HEADER void CalcSurfacesOfNode ();

View File

@ -1172,7 +1172,7 @@ namespace netgen
void SetDomainIn (int di) { domin = di; }
void SetDomainOut (int dom) { domout = dom; }
void SetBCProperty (int bc) { bcprop = bc; }
void SetBCName (string * bcn); // { bcname = bcn; }
DLL_HEADER void SetBCName (string * bcn); // { bcname = bcn; }
void SetBCName (const string & bcn) { bcname = bcn; }
// Philippose - 06/07/2009
// Set the surface colour