Commit Graph

5 Commits

Author SHA1 Message Date
Bård Skaflestad
e84523171b Mark TransMult Object as Const
That way it's obvious that the surrounding code does not change
the object.
2023-08-21 14:15:22 +02:00
Bård Skaflestad
b16837c19f Remove Unused Return Value
The return value from applyNncToGridTrans_() was never used and
the author confirms that this is intentional.  Remove the entire
return value to signal this intention.
2023-08-17 12:03:50 +02:00
Bård Skaflestad
5031647712 Inspect Array Element to Decide When to Apply TRAN? Keyword 2023-08-17 09:37:53 +02:00
Arne Morten Kvarving
92fa9577da consistently use std::size_t 2023-08-15 09:32:10 +02:00
hnil
3442a549cd moved cd to xxx_impl.hh to avoid
this way we do not have to add explicit initiation of all
variants of grids and gridView iterators in the library
2023-08-08 15:36:08 +02:00