mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-25 03:30:49 +05:00
fix linker error due to export macro
This commit is contained in:
parent
e266059109
commit
9fc16f29c7
@ -226,7 +226,7 @@ private:
|
||||
|
||||
bool operator[] (IndexType i) const { return Test(i); }
|
||||
T_Range<IndexType> Range() const { return { IndexBASE<IndexType>(), IndexBASE<IndexType>()+Size() }; }
|
||||
NGCORE_API TBitArray & Or (const TBitArray & ba2)
|
||||
inline TBitArray & Or (const TBitArray & ba2)
|
||||
{
|
||||
BitArray::Or(ba2);
|
||||
return *this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user