| 80 | } |
| 81 | |
| 82 | void setValueScalar(const ElementEnum Element, const double Value) |
| 83 | { |
| 84 | _Data.at(Element).fill(Value); |
| 85 | } |
| 86 | |
| 87 | /** check if element exists */ |
| 88 | bool checkElement(const ElementEnum Element) const |
no outgoing calls
no test coverage detected