Rename resid.m

Closes #1888
remove-submodule
Johannes Pfeifer 2023-06-22 14:13:11 -04:00 committed by Sébastien Villemot
parent 20f04d3749
commit 050679cd56
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
function z = resid(options_resid_) function z = display_static_residuals(options_resid_)
% function z = resid(options_resid_) % function z = display_static_residuals(options_resid_)
% %
% Computes static residuals associated with the guess values. % Computes static residuals associated with the guess values.
% %

View File

@ -86,7 +86,7 @@ if info(1) == 0
else else
if ~options_.noprint if ~options_.noprint
if ~isempty(oo_.steady_state) if ~isempty(oo_.steady_state)
resid; display_static_residuals;
else else
skipline() skipline()
disp('Residuals of the static equations cannot be computed because the steady state routine returned an empty vector.') disp('Residuals of the static equations cannot be computed because the steady state routine returned an empty vector.')

@ -1 +1 @@
Subproject commit fa5c4c5191600143f2203ae8cc1e87b709ff6921 Subproject commit 1b0e5581378bc98cf73b090c9a849d0e578a895d