Skip to content

Fix bug in in CutSample.m that led to wrong number of draws for moment c...

Johannes Pfeifer requested to merge JohannesPfeifer:cut_sample into master

...omputation

FirstLine actually defined the last line. One needs to 1. Otherwise, Draws in GetAllPosteriorDraws.m will be (NumberOfDraws+1)*nblck.

Also fixes ambiguity in output.

Merge request reports