Fix typo in model_diagnostics.m

time-shift
Johannes Pfeifer 2013-11-08 08:27:29 +01:00
parent 40fc867e28
commit f2b75aa3b3
1 changed files with 3 additions and 3 deletions

View File

@ -146,8 +146,8 @@ for b=1:nb
end
end
if singularity_problem
fprint('The presence of a singularity problem typically indicates that there is one\n')
fprint('redundant equation entered in the model block, while another non-redundant equation\n')
fprint('is missing. The problem often derives from Walras Law.\n')
fprintf('The presence of a singularity problem typically indicates that there is one\n')
fprintf('redundant equation entered in the model block, while another non-redundant equation\n')
fprintf('is missing. The problem often derives from Walras Law.\n')
end