mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
Added return value in Ng_GetElement<0>
This commit is contained in:
parent
c09027355b
commit
2374ec9782
@ -55,6 +55,8 @@ namespace netgen
|
|||||||
template <> DLL_HEADER Ng_Element Ng_GetElement<0> (int nr)
|
template <> DLL_HEADER Ng_Element Ng_GetElement<0> (int nr)
|
||||||
{
|
{
|
||||||
cout << "Netgen does not support 0-D elements" << endl;
|
cout << "Netgen does not support 0-D elements" << endl;
|
||||||
|
Ng_Element ret;
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
template <> DLL_HEADER Ng_Element Ng_GetElement<1> (int nr)
|
template <> DLL_HEADER Ng_Element Ng_GetElement<1> (int nr)
|
||||||
|
Loading…
Reference in New Issue
Block a user