From 050679cd563db6d14ba45c18c68019e117f26102 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Thu, 22 Jun 2023 14:13:11 -0400
Subject: [PATCH] Rename resid.m

Closes #1888
---
 matlab/{resid.m => display_static_residuals.m} | 4 ++--
 matlab/steady.m                                | 2 +-
 preprocessor                                   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename matlab/{resid.m => display_static_residuals.m} (97%)

diff --git a/matlab/resid.m b/matlab/display_static_residuals.m
similarity index 97%
rename from matlab/resid.m
rename to matlab/display_static_residuals.m
index 9f26455134..fd7f9b8352 100644
--- a/matlab/resid.m
+++ b/matlab/display_static_residuals.m
@@ -1,5 +1,5 @@
-function z = resid(options_resid_)
-% function z = resid(options_resid_)
+function z = display_static_residuals(options_resid_)
+% function z = display_static_residuals(options_resid_)
 %
 % Computes static residuals associated with the guess values.
 %
diff --git a/matlab/steady.m b/matlab/steady.m
index 9db984a883..0c83bf8a0c 100644
--- a/matlab/steady.m
+++ b/matlab/steady.m
@@ -86,7 +86,7 @@ if info(1) == 0
 else
     if ~options_.noprint
         if ~isempty(oo_.steady_state)
-            resid;
+            display_static_residuals;
         else
             skipline()
             disp('Residuals of the static equations cannot be computed because the steady state routine returned an empty vector.')
diff --git a/preprocessor b/preprocessor
index fa5c4c5191..1b0e558137 160000
--- a/preprocessor
+++ b/preprocessor
@@ -1 +1 @@
-Subproject commit fa5c4c5191600143f2203ae8cc1e87b709ff6921
+Subproject commit 1b0e5581378bc98cf73b090c9a849d0e578a895d
-- 
GitLab