Skip to content
Snippets Groups Projects

add virtual destructor for FrictionLaw base class

Merged Bernd Flemisch requested to merge fix/base-frictionlaw into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -98,6 +98,8 @@ public:
auto mobility = mobilityMax /(1 + (1.0-sw)*(1.0-sw));
return roughnessHeight * (1.0 - mobility);
}
virtual ~FrictionLaw() {}
};
} // end namespace Dumux
Loading