Fixed bug (uninitialised variables).

time-shift
Stéphane Adjemian (Gpm 2011-05-02 11:53:12 +02:00 committed by Stéphane Adjemian (Scylla)
parent a0062605be
commit 2ad8d2218f
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ count_dll_problem = 0;
count_complex_jacobian = 0;
count_complex_steadystate = 0;
count_nan_steadystate = 0;
count_nan_params = 0;
count_complex_params = 0;
count_unknown_problem = 0;
NumberOfSimulations = options_.prior_mc;
NumberOfParameters = length(bayestopt_.p1);