From 575a2187de1d626d37efa8b241f9f9f7c85a8d98 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Wed, 18 Dec 2019 18:43:47 +0100
Subject: [PATCH] Corrected yet another typo in the VELOCIraptor interface.

---
 src/velociraptor_interface.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/velociraptor_interface.c b/src/velociraptor_interface.c
index 5cd4566eca..6e2f4e298f 100644
--- a/src/velociraptor_interface.c
+++ b/src/velociraptor_interface.c
@@ -485,6 +485,7 @@ void velociraptor_invoke(struct engine *e, const int linked_with_snap) {
 
     const double Omega_m = e->cosmology->Omega_m;
     const double Omega_b = e->cosmology->Omega_b;
+    const double critical_density_0 = e->cosmology->critical_density_0;
 
     /* Linking length based on the mean DM inter-particle separation
      * in the zoom region and assuming the mean density of the Universe
-- 
GitLab