[Dune] [#740] uggridintersections.cc does not compile for me

Dune flyspray at dune-project.org
Mon Feb 15 14:40:42 CET 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#740 - uggridintersections.cc does not compile for me
User who did this - Jö Fahlke (joe)

----------
They are not exactly the same: the function definition has a return type of

  const Dune::FieldVector<typename GridImp::ctype, Dune::UGGridLevelIntersection::dimworld>&

while the candidate declaration has

  const Dune::FieldVector<typename GridImp::ctype, Dune::UGGridLevelIntersection<GridImp>::dimworld>&

(note the missing template argument in the definition).  Now, return types usually don't matter when it comes to prototypes, but I guess they have to matter when looking for the matching declaration for a definition.

----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=740#comment1744

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