| 1025 | } |
| 1026 | |
| 1027 | void |
| 1028 | XdmfArray::internalizeArrayPointer() |
| 1029 | { |
| 1030 | boost::apply_visitor(InternalizeArrayPointer(this), |
| 1031 | mArray); |
| 1032 | } |
| 1033 | |
| 1034 | void |
| 1035 | XdmfArray::populateItem(const std::map<std::string, std::string> & itemProperties, |
no test coverage detected