Skip to content
Snippets Groups Projects
Unverified Commit 1c424334 authored by williamfgc's avatar williamfgc Committed by GitHub
Browse files

Merge pull request #298 from williamfgc/f2c_nompi_bug

Fix for issue #295
parents 01ce61e9 6d73901b
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,8 @@ void FC_GLOBAL(adios2_init_f2c, ADIOS2_INIT_F2C)(adios2_ADIOS **adios, ...@@ -43,7 +43,8 @@ void FC_GLOBAL(adios2_init_f2c, ADIOS2_INIT_F2C)(adios2_ADIOS **adios,
const int *debug_mode, const int *debug_mode,
int *ierr) int *ierr)
{ {
adios2_init_config_f2c_(adios, "", debug_mode, ierr); FC_GLOBAL(adios2_init_config_f2c, ADIOS2_INIT_CONFIG_F2C)
(adios, "", debug_mode, ierr);
} }
void FC_GLOBAL(adios2_init_config_f2c, void FC_GLOBAL(adios2_init_config_f2c,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment