mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
feature check macro for transition from INT to IVec
This commit is contained in:
parent
2e80cb34b6
commit
6813c519b6
@ -37,8 +37,10 @@ namespace ngcore
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// feature check macro for transition from INT to IVec
|
||||||
|
#define NGCORE_HAS_IVEC
|
||||||
|
|
||||||
/// N integers
|
/// N integers
|
||||||
template <int N, typename T = int>
|
template <int N, typename T = int>
|
||||||
class IVec
|
class IVec
|
||||||
|
Loading…
Reference in New Issue
Block a user