mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-15 18:38:33 +05:00
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
This commit is contained in:
commit
a0f61bec3e
@ -259,7 +259,8 @@ namespace ngcore
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
py::object makePyTuple (FlatArray<T> ar)
|
// py::object makePyTuple (FlatArray<T> ar)
|
||||||
|
py::object makePyTuple (const BaseArrayObject<T> & ar)
|
||||||
{
|
{
|
||||||
py::tuple res(ar.Size());
|
py::tuple res(ar.Size());
|
||||||
for (auto i : Range(ar))
|
for (auto i : Range(ar))
|
||||||
|
Loading…
Reference in New Issue
Block a user