Closed cschwan closed 3 years ago
When merging and optimizing grids we must perform more thorough checks if the grids are compatible with each other, for instance whether they have the same x1, x2, and q2 grids.
x1
x2
q2
Implemented in commit 572b5f84205e2fec4e502ab5cd787f6bb95d0b51.
Fixed a related bug in commit e557d79a4e2b5f44abf33af1afc89e95256a2edc.
When merging and optimizing grids we must perform more thorough checks if the grids are compatible with each other, for instance whether they have the same
x1
,x2
, andq2
grids.