Skip to content
Snippets Groups Projects

Fix return type of integrationElement

3 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -199,7 +199,7 @@ namespace Dune {
/** \brief Return the integration element, i.e., the determinant term in the integral
transformation formula
*/
ctype integrationElement([[maybe_unused]] const LocalCoordinate& local) const
Volume integrationElement([[maybe_unused]] const LocalCoordinate& local) const
{
return volume();
}
Loading