Hi,<br>
<br>
I tried to read in a mesh generated with Gmsh into DUNE, but I am not able to get rid of the errors.<br>
<br>
<b>Dune::UGGrid<2,2> grid;<br>
Dune::GmshReader<Dune::UGGrid<2,2>>::read(grid,"t1.msh");</b><br>
<br>
Is there anything wrong with the above code-lines?<br>
<br>
Regards,<br>
Alex