Merge pull request #528 from JohannesPfeifer/master

Fix typo in model_diagnostics.m
time-shift
Sébastien Villemot 2013-11-08 01:21:36 -08:00
commit ad3165c1e1
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