<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">What happens if you add Dune:: before
      the ALUGrid?<br>
      I guess the problem is your "using namespace Dune" which puts
      Dune::ALUGrid into the global<br>
      scope and conflicts with the ALUGrid namespace we used to protect
      the ALUGrid internals.<br>
      We might have to change the name of the namespace...<br>
      Andreas<br>
      <br>
      On 26/09/14 14:39, Aleksejs Fomins wrote:<br>
    </div>
    <blockquote cite="mid:54256C8E.7050505@lspr.ch" type="cite">
      <pre wrap="">Dear Dune,

I have another error, this time with new dune-alugrid module. I am using
the latest one from git repository. I have read (2.2) of arxiv
dune-alugrid paper and followed the instructions

-----------------------------------------------------------------
In short, my test program is throwing an error on the line

typedef  ALUGrid<3,3,simplex,nonconforming, mpihelper> ALUSimplexGridType;

which has candidates
class ALUGrid;

and
namespace ALUGrid { }
-----------------------------------------------------------------

In the attached zip file I have included the following information that
should be able to help you
* Machine version and version of g++
* config.log of the dune-curvilinear class
* complete error message
* the file curvilineargmshreader file itself
* the test program which calls it
* The git version of dune-geometry I am using (since it was edited to
add curvilinear functionality)

Regards,
Aleksejs
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Dune mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dune@dune-project.org">Dune@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune">http://lists.dune-project.org/mailman/listinfo/dune</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>