star-mc

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

commit af818c77a71be4303f5631cce7c4c19aaeac0967
parent 81c4043c34487a5f8c1fa0faa304fff6b7496dce
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 15 Jul 2015 14:08:36 +0200

Rename the smc_integrator file in smc_estimator

Diffstat:
Mcmake/CMakeLists.txt | 2+-
Rsrc/smc_integrator.c -> src/smc_estimator.c | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -66,7 +66,7 @@ set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SMC_FILES_SRC smc_accumulator.c smc_device.c - smc_integrator.c + smc_estimator.c smc_type.c) set(SMC_FILES_INC_API smc.h) set(SMC_FILES_INC diff --git a/src/smc_integrator.c b/src/smc_estimator.c