Merge branch 'fix_for_trefftz' into 'master'

add some DLL_HEADER

See merge request ngsolve/netgen!505
This commit is contained in:
Hochsteger, Matthias 2022-05-20 20:26:43 +02:00
commit ca3cee02c3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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