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

Dune flyspray at dune-project.org
Mon Feb 15 14:51:00 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)

----------
The declaration looks like this:

template<class GridImp>
class UGGridLevelIntersection
{
public:
  enum {dim=GridImp::dimension};
  enum {dimworld=GridImp::dimensionworld};
[...]
  const Dune::FieldVector<typename GridImp::ctype, Dune::UGGridLevelIntersection<GridImp>::dimworld>&
  outerNormal (const Dune::FieldVector<typename GridImp::ctype, dim-1> & local) const;
[...]
};

If I understand that correctly, the declaration uses the template class UGGridLevelIntersection, which is currently being defined, to specify the return type.  What happens if you just use dimworld instead of Dune::UGGridLevelIntersection<GridImp>::dimworld?

----------

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

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