
12 Mar
2009
12 Mar
'09
1:50 p.m.
Markus Werle <numerical.simulation <at> web.de> writes: The example was oversimplified and therefore did not show *my* error. I simply overlooked that StartMemfunX in
if (success) StartMemfun2(counter + 1); else StartMemFun1(counter + 1);
will return immediately. This lead to multiple calls of the same function in code not shown here. Sorry for the noise :-( Markus