mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-11 21:03:07 +05:00
Merge branch 'master' into 'constexpr_experiments'
# Conflicts: # libsrc/meshing/meshtype.hpp
This commit is contained in:
commit
dd508bf675
@ -454,12 +454,6 @@ namespace netgen
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
using Index<int,ElementIndex,0>::Index;
|
using Index<int,ElementIndex,0>::Index;
|
||||||
/*
|
|
||||||
private:
|
|
||||||
operator int() const { return i; }
|
|
||||||
public:
|
|
||||||
operator ptrdiff_t() const { return i; }
|
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
|
|
||||||
inline istream & operator>> (istream & ist, ElementIndex & pi)
|
inline istream & operator>> (istream & ist, ElementIndex & pi)
|
||||||
|
Loading…
Reference in New Issue
Block a user