From 19beebb28aa2ba21aa278c3eb51800fed0c3edc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Gpm?= Date: Mon, 2 May 2011 11:10:18 +0200 Subject: [PATCH] Added new exceptions about parameters changed in the steady state file. --- matlab/prior_sampler.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/matlab/prior_sampler.m b/matlab/prior_sampler.m index 6fcc5ccab..19c252bd1 100644 --- a/matlab/prior_sampler.m +++ b/matlab/prior_sampler.m @@ -109,6 +109,10 @@ while iteration < NumberOfSimulations count_complex_steadystate = count_complex_steadystate + 1 ; case 22 count_nan_steadystate = count_nan_steadystate + 1 ; + case 23 + count_complex_params = count_complex_params + 1 ; + case 24 + count_nan_params = count_nan_params + 1 ; otherwise count_unknown_problem = count_unknown_problem + 1 ; end