Skip to content
Snippets Groups Projects
Commit d8962b4e authored by Peter Bastian's avatar Peter Bastian
Browse files

return cube as geometry type for 0D and 1D geometry

[[Imported from SVN: r2974]]
parent cfdef6a4
Branches
Tags
No related merge requests found
......@@ -98,8 +98,8 @@ inline GeometryType UGGridGeometry<mydim,coorddim,GridImp>::type() const
{
switch (mydim)
{
case 0 : return vertex;
case 1 : return simplex;
case 0 : return cube;
case 1 : return cube;
case 2 :
switch (UG_NS<coorddim>::Tag(target_)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment