Skip to content

Commit c6ed621

Browse files
Print a group table by default (#1725)
1 parent 00aad1a commit c6ed621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IO/ADIOS/ADIOS2File.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,9 @@ void ADIOS2File::configure_IO()
435435
* new and requires >= v2.9 features anyway.
436436
*/
437437
case IterationEncoding::variableBased:
438+
case IterationEncoding::groupBased:
438439
m_impl->m_useGroupTable = UseGroupTable::Yes;
439440
break;
440-
case IterationEncoding::groupBased:
441441
case IterationEncoding::fileBased:
442442
m_impl->m_useGroupTable = UseGroupTable::No;
443443
break;

0 commit comments

Comments
 (0)