[Dune] [Dune-Commit] dune-localfunctions r198 - trunk/dune/finiteelements/common
Sven Marnach
sven at pantoffel-wg.de
Sun Sep 6 22:29:45 CEST 2009
Hi Oliver,
sander at dune-project.org schrieb am So, 06. Sep 2009, um 22:00:49 +0200:
> [...] instead of inheriting privately from a 3-tuple.
> - class LocalKey : public Dune::tuple<unsigned int, unsigned int, unsigned int>
> + class LocalKey
it wasn't derived privately. You introduced an interface change with
this commit, which might be relevant to PDELab. Before, LocalKeys
could be compared and sorted lexicographically, which is not possible
any more. I will look into this tomorrow.
Regards,
Sven
More information about the Dune
mailing list