-
- Downloads
There was a mistake in GetOptions : something like
if(degree != 1 || degree != 2) which was always true, giving an error when doing the command line gmsh -degree 2
Please register or sign in to comment
if(degree != 1 || degree != 2) which was always true, giving an error when doing the command line gmsh -degree 2