libgeodecomp icon indicating copy to clipboard operation
libgeodecomp copied to clipboard

add maxSteps to {Writer,ParallelWriter,Steerer}::stepFinished()

Open gentryx opened this issue 9 years ago • 0 comments

It's a source for nasty errors that Writers and Steerers need to save their own copy of maxSteps, as the user may easily forget to initialize them correctly. This change would remove such duplication by forwarding the data directly from the Simulator.

Downside: all Steppers need to know it, too.

Moved from https://bitbucket.org/gentryx/libgeodecomp/issues/11/add-maxsteps-to-writer-parallelwriter

gentryx avatar Jan 01 '16 15:01 gentryx