File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ void HDF5IOHandlerImpl::createDataset(
462462 if (parameters.joinedDimension .has_value ())
463463 {
464464 error::throwOperationUnsupportedInBackend (
465- " ADIOS1 " , " Joined Arrays currently only supported in ADIOS2" );
465+ " HDF5 " , " Joined Arrays currently only supported in ADIOS2" );
466466 }
467467
468468 if (!writable->written )
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ void JSONIOHandlerImpl::createDataset(
263263 if (parameter.joinedDimension .has_value ())
264264 {
265265 error::throwOperationUnsupportedInBackend (
266- " ADIOS1 " , " Joined Arrays currently only supported in ADIOS2" );
266+ " JSON " , " Joined Arrays currently only supported in ADIOS2" );
267267 }
268268
269269 if (!writable->written )
You can’t perform that action at this time.
0 commit comments