| 171 | #endif |
| 172 | |
| 173 | inline hier::Index<NDIM> |
| 174 | get_shift(int dir, int shift) |
| 175 | { |
| 176 | SAMRAI::hier::Index<NDIM> iv(0); |
| 177 | iv(dir) = shift; |
| 178 | return iv; |
| 179 | } // get_shift |
| 180 | } // namespace |
| 181 | |
| 182 | void |
no outgoing calls
no test coverage detected