Skip to content
Snippets Groups Projects
Commit 13316ac1 authored by Konstantin Kutscher's avatar Konstantin Kutscher
Browse files

remove warning

parent ac3e5977
No related branches found
No related tags found
2 merge requests!171Newest Update,!83Fix MPICommunicator
......@@ -377,7 +377,7 @@ void CheckpointConverter::convertDataSet(int step, int procCount)
}
//-------------------------------------- H1 -----------------------------
int fs = MPI_File_get_size(file_handlerR1, &fsize);
MPI_File_get_size(file_handlerR1, &fsize);
if (fsize > 0)
{
doubleValuesArrayH1.resize(blocksCount * doubleCountInBlock);
......
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