[Dune] [#1124] test/refinedp1test fails to compile with clang after r1066 (Attachment added)
Dune
flyspray at dune-project.org
Wed Jun 6 11:51:30 CEST 2012
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Elias Pipping (pipping)
Attached to Project - Dune
Summary - test/refinedp1test fails to compile with clang after r1066
Task Type - Bug Report
Category - Localfunctions
Status - New
Assigned To -
Operating System - Unspecified / All
Severity - Low
Priority - Normal
Reported Version - SVN (pre2.3)
Due in Version - Undecided
Due Date - Undecided
Details - /home/cocktail/pipping/dune-git-svn/dune-localfunctions/dune/localfunctions/test/refinedp1test.cc:27:50: error: expected a class or namespace
typedef typename Dune::ALUGrid<dim,dim,Dune::ALUGridElementType::simplex,
Here's a fix -- It replaces
Dune::ALUGrid<dim,dim,Dune::ALUGridElementType::simplex, Dune::ALUGridRefinementType::nonconforming>
with
Dune::ALUGrid<dim,dim,Dune::simplex, Dune::nonconforming>
I can't really claim to know what I'm doing but from a quick glance at dune/grid/alugrid/2d/alu2dgridfactory.cc which uses
Dune::ALUGrid< 2, 2, Dune::simplex, Dune::conforming, Dune::No_Comm >
as well, this might just make sense.
One or more files have been attached.
More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=1124
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
More information about the Dune
mailing list