star-mc

Parallel estimation of Monte Carlo integrators
git clone git://git.meso-star.fr/star-mc.git
Log | Files | Refs | README | LICENSE

commit 6729159d8ca838ed01a8c385c3ecd02e89eb62d5
parent 12fc4532ada0f73ed3d388d44e1391b9dc1d85d7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 Jan 2018 11:08:47 +0100

Fix a typo in the 0.4 release note

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ project. ### Version 0.4 - Remove the raw integration functionality. -- Rename the `max_steps` integrator attribute in `max_realisation`. +- Rename the `max_steps` integrator attribute in `max_realisations`. - Update the profile of the integrand function of the integrator: the identifier of the thread that invokes the integrand is provided has an input parameter.