mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
fix warning
This commit is contained in:
parent
74cb50d5ce
commit
fd3d3e28e6
@ -1879,6 +1879,8 @@ namespace netgen
|
||||
shape(7) = (1-hp(0))*( hp(1))*( hp(2));
|
||||
break;
|
||||
}
|
||||
default:
|
||||
throw NgException("Element :: GetShape not implemented for that element");
|
||||
}
|
||||
}
|
||||
|
||||
@ -1966,6 +1968,8 @@ namespace netgen
|
||||
shape(7) = (1-p(0))*( p(1))*( p(2));
|
||||
break;
|
||||
}
|
||||
default:
|
||||
throw NgException("Element :: GetNewShape not implemented for that element");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user