Aiyagari example, Transition

Thanks! I found a bug in the Aiyagari transition example:

Not enough input arguments.

Error in EvalFnOnAgentDist_AggVars_Case1 (line 9)
if ~isfield(simoptions,'parallel')
            ^^^^^^^^^^
Error in Aiyagari1994TransitionPath (line 174)
AggVars_final=EvalFnOnAgentDist_AggVars_Case1(StationaryDist_final, Policy_final, FnsToEvaluate, Params, [], n_d, n_a, n_z, d_grid, a_grid, z_grid);
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

It is easy to fix: just add simoptions to EvalFnOnAgentDist_AggVars_Case1. it seems that simoptions is a compulsory input argument in this function. This happens on lines 113 and 132 of the main file.