Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Dec 7, 2024
1 parent d482c73 commit 832e7c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/misc/mmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ static complex float* create_cfl_internal2(const char* name, int D, const long d
static complex float* create_cfl_typed(enum file_types_e type, const char* name, int D, long dims[D], unsigned long stream_flags)
{
complex float* addr = NULL;

if (mpi_is_main_proc()) {

switch (type) {
Expand Down Expand Up @@ -811,6 +812,7 @@ static complex float* create_cfl_typed(enum file_types_e type, const char* name,
default:
error("Unknown filetype!\n");
}

} else {

addr = anon_cfl(NULL, D, dims);
Expand Down

0 comments on commit 832e7c6

Please sign in to comment.