File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ template class compose::ConfigureLoadStore<ConfigureLoadStore>;
319319 template auto core::ConfigureLoadStore::enqueueStore () \
320320 -> DynamicMemoryView<type>;
321321
322- OPENPMD_FOREACH_NONVECTOR_DATATYPE (
322+ OPENPMD_FOREACH_DATASET_DATATYPE (
323323 INSTANTIATE_METHOD_TEMPLATES_WITH_AND_WITHOUT_EXTENT)
324324
325325#undef INSTANTIATE_METHOD_TEMPLATES
@@ -352,7 +352,7 @@ OPENPMD_FOREACH_NONVECTOR_DATATYPE(
352352 INSTANTIATE_HALF(UniquePtrWithLambda<dtype>) \
353353 INSTANTIATE_HALF(UniquePtrWithLambda<dtype const >)
354354
355- OPENPMD_FOREACH_NONVECTOR_DATATYPE (INSTANTIATE_STORE_CHUNK_FROM_BUFFER)
355+ OPENPMD_FOREACH_DATASET_DATATYPE (INSTANTIATE_STORE_CHUNK_FROM_BUFFER)
356356
357357#undef INSTANTIATE_STORE_CHUNK_FROM_BUFFER
358358#undef INSTANTIATE_METHOD_TEMPLATES
You can’t perform that action at this time.
0 commit comments