mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
Merge branch 'fix_for_trefftz' into 'master'
add some DLL_HEADER See merge request ngsolve/netgen!505
This commit is contained in:
commit
ca3cee02c3
@ -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 ();
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user