From d6c03abb58e6f671d0b22101ca7c85be132cd1cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?=
 <stepan@adjemian.eu>
Date: Thu, 21 Oct 2021 09:58:09 +0200
Subject: [PATCH] Add rehash command so that Matlab acknowledge the created
 routines.

[skip ci]

(cherry picked from commit 96c24b30526eb598389e2d1236ec48eeaeada1c6)
---
 matlab/print_expectations.m | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/matlab/print_expectations.m b/matlab/print_expectations.m
index da23994e5e..099933132c 100644
--- a/matlab/print_expectations.m
+++ b/matlab/print_expectations.m
@@ -378,3 +378,5 @@ fclose(fid);
 fprintf('Expectation dseries expression is saved in %s.\n', filename);
 
 skipline();
+
+rehash
-- 
GitLab