From 2b568def76b830f430e5641723dce4ca562cdfb0 Mon Sep 17 00:00:00 2001
From: HenrikAsmuth <henrik.asmuth@geo.uu.se>
Date: Tue, 13 Dec 2022 14:08:29 +0100
Subject: [PATCH] Add missing ;

---
 src/gpu/VirtualFluids_GPU/Parameter/Parameter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gpu/VirtualFluids_GPU/Parameter/Parameter.h b/src/gpu/VirtualFluids_GPU/Parameter/Parameter.h
index de5e2b0a4..f83e50d52 100644
--- a/src/gpu/VirtualFluids_GPU/Parameter/Parameter.h
+++ b/src/gpu/VirtualFluids_GPU/Parameter/Parameter.h
@@ -779,7 +779,7 @@ public:
     //! \returns the pressure ratio in SI/LB units scaled to the respective level
     real getScaledPressureRatio(int level);
     //! \returns the stress ratio in SI/LB units scaled to the respective level
-    real getScaledStressRatio(int level)
+    real getScaledStressRatio(int level);
     //! \returns the time ratio in SI/LB units scaled to the respective level
     real getScaledTimeRatio(int level);
     //! \returns the length ratio in SI/LB units scaled to the respective level
-- 
GitLab