Skip to content

Commit

Permalink
Correct adios2_init_config_serial
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Aug 9, 2021
1 parent 5e76697 commit 5bc8092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/C/adios2/c/adios2_c_adios.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ adios2_adios *adios2_init_serial()

adios2_adios *adios2_init_config_serial(const char *config_file)
{
return adios2_init_config_glue_serial("", adios2_debug_mode_off, "C");
return adios2_init_config_glue_serial(config_file, adios2_debug_mode_off, "C");
}

adios2_io *adios2_declare_io(adios2_adios *adios, const char *name)
Expand Down

0 comments on commit 5bc8092

Please sign in to comment.