Skip to content
Snippets Groups Projects
Commit 147b8364 authored by Oliver Sander's avatar Oliver Sander
Browse files

Be more explicit about the fact that 'fixedsize' should not be used anymore

But the deprecation happens only in the doxygen documentation.  Frankly I don't really
know how to get a compiler warning here.
parent d1331d44
Branches
Tags
1 merge request!82CommDataHandleIF: Introduce method 'fixedSize', which does the same as 'fixedsize', but has camel-case naming
Pipeline #
......@@ -98,6 +98,8 @@ namespace Dune
This method calls 'fixedSize' (with a capital S) of the derived class,
if it exists in the derived class. Otherwise, it calls 'fixedsize'.
@deprecated This method (with the lower-case 's') is deprecated. Use 'fixedSize' instead!
*/
bool fixedsize (int dim, int codim) const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment