fix warning

This commit is contained in:
Joachim Schöberl 2017-02-04 07:48:48 +01:00
parent 74cb50d5ce
commit fd3d3e28e6

View File

@ -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");
}
}