Couldn't fetch the linked file.
Make struct declaration consistent across header files
Compare changes
+ 3
− 0
@@ -59,6 +59,9 @@ for module in common geometry grid istl localfunctions; do
Clang complains that these struct
s and class
es must be declared symmetrically. So this fixes that.