Skip to content

Draft: Small fixes in grid tests

Alexander Müller requested to merge feature/gridtest-fixes into master

This MR includes changes which i recognized when i implemented my own grid. It "fixes" two small issues in checkentityseed.hh, checkgeometry.hh and gridcheck.hh.

The first commit enforces the check of the return type of some .coners() and .corner(0) checks.

The second commit changes in checkentityseed.hh and checkgeometry.hh simply the enforced inheritance of GridView. Since my gridview does not inherit from GridView this does not work for me otherwise.

Is this ok or should this be implemented otherwise?

Edited by Alexander Müller

Merge request reports