Added new exceptions about parameters changed in the steady state file.

time-shift
Stéphane Adjemian (Gpm 2011-05-02 11:10:18 +02:00 committed by Stéphane Adjemian (Scylla)
parent 6409b96cb7
commit 19beebb28a
1 changed files with 4 additions and 0 deletions

View File

@ -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