Skip to content
Snippets Groups Projects
Commit 76db9ac6 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Eliminate unneeded record member.

parent c822ad5a
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ static struct
{
size_t size;
unsigned char *buffer;
int currentRecord, dictSize;
int dictSize;
} *rxWin = NULL;
static MPI_Win getWin = MPI_WIN_NULL;
......
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