From 8444dd945607ec3697d0e55f9addce116fdadb42 Mon Sep 17 00:00:00 2001
From: nickishch <nickishch@gmail.com>
Date: Thu, 14 Nov 2024 20:41:05 +0100
Subject: [PATCH] fixed a VP typo

---
 src/mhd/VPotential/mhd_io.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mhd/VPotential/mhd_io.h b/src/mhd/VPotential/mhd_io.h
index 381f2f9517..b20cecce24 100644
--- a/src/mhd/VPotential/mhd_io.h
+++ b/src/mhd/VPotential/mhd_io.h
@@ -364,6 +364,8 @@ INLINE static void calculate_SPH_sum_err(const struct engine* e,
 
   ret[0] = 1-SPH1;
 
+}
+
 /**
  * @brief Specifies which particle fields to write to a dataset
  *
-- 
GitLab