Fix build failure related to ProductManifold and std::cout
The class ProductManifold
has a bug that leads to a build failure when using std::cout
from within the namespace Dune::GFE
. This merge request adds a test for this, hopefully (in the future) a fix.