| 67 | } |
| 68 | |
| 69 | void set(const double Value, const VectorStatic<Dim> Indices) |
| 70 | { |
| 71 | _Grid(_Index(Indices)) = Value; |
| 72 | } |
| 73 | |
| 74 | template<typename... IndicesTemplate> |
| 75 | void set(const double Value, IndicesTemplate... Indices) |
no outgoing calls
no test coverage detected