Skip to content
Snippets Groups Projects

Make struct declaration consistent across header files

2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -15,7 +15,7 @@
namespace Dune::Copasi {
template<std::size_t dim>
class LocalDomain;
struct LocalDomain;
// the owner of the resulting function must hold the local equations for the lifetime of created
// functors
Loading