mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-25 03:30:49 +05:00
Merge 9fc16f29c756b48d09f5535efa9a411509de6df9 into 4424e0d949ade424ee4039828e7d48136b816d60
This commit is contained in:
commit
e5d066f0bc
@ -226,7 +226,7 @@ private:
|
|||||||
|
|
||||||
bool operator[] (IndexType i) const { return Test(i); }
|
bool operator[] (IndexType i) const { return Test(i); }
|
||||||
T_Range<IndexType> Range() const { return { IndexBASE<IndexType>(), IndexBASE<IndexType>()+Size() }; }
|
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);
|
BitArray::Or(ba2);
|
||||||
return *this;
|
return *this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user