From 473d8672ae76814aedf2b1f521b86598a97a7368 Mon Sep 17 00:00:00 2001
From: Konstantin Kutscher <kutscher@irmb.tu-bs.de>
Date: Fri, 21 Jan 2022 15:41:43 +0100
Subject: [PATCH] fix warnings

---
 src/cpu/VirtualFluidsCore/Utilities/CheckpointConverter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/VirtualFluidsCore/Utilities/CheckpointConverter.h b/src/cpu/VirtualFluidsCore/Utilities/CheckpointConverter.h
index 6d5b3c686..6fe24772d 100644
--- a/src/cpu/VirtualFluidsCore/Utilities/CheckpointConverter.h
+++ b/src/cpu/VirtualFluidsCore/Utilities/CheckpointConverter.h
@@ -32,7 +32,7 @@ protected:
 private:
     MPI_Datatype gridParamType, block3dType;
     MPI_Datatype dataSetParamType, dataSetTypeRead, dataSetTypeWrite;
-    MPI_Datatype boundCondType, boundCondType1000, dataSetDoubleType;
+    MPI_Datatype boundCondType, boundCondType1000;
 
     MPIIODataStructures::boundCondParam boundCondParamStr;
 };
-- 
GitLab