Skip to content

Commit

Permalink
Release MultiNest_v3.10 from http://ccpforge.cse.rl.ac.uk/gf/project/…
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Aug 3, 2015
1 parent 9705f56 commit 6f5b6fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -10,7 +10,7 @@ project(multinest Fortran C CXX)

#=============================================================================
# All done editing
SET(MultiNest_VERSION "3.9")
SET(MultiNest_VERSION "3.10")

SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/lib)
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,8 +1,8 @@
MultiNest v 3.9
MultiNest v 3.10
Farhan Feroz, Mike Hobson
f.feroz@mrao.cam.ac.uk
arXiv:0704.3704, arXiv:0809.3437 & arXiv:1306.2144
Released Oct 2014
Released Jul 2015

---------------------------------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions src/nested.F90
@@ -1,5 +1,5 @@
! Do nested sampling algorithm to calculate Bayesian evidence
! Oct 2014
! Jul 2015
! Farhan Feroz

module Nested
Expand Down Expand Up @@ -215,9 +215,9 @@ end subroutine dumper
endif

write(*,*)"*****************************************************"
write(*,*)"MultiNest v3.9"
write(*,*)"MultiNest v3.10"
write(*,*)"Copyright Farhan Feroz & Mike Hobson"
write(*,*)"Release Oct 2014"
write(*,*)"Release Jul 2015"
write(*,*)
write(*,'(a,i4)')" no. of live points = ",nest_nlive
write(*,'(a,i4)')" dimensionality = ",nest_ndims
Expand Down Expand Up @@ -1616,7 +1616,7 @@ end subroutine dumper
do i = 1, ic_n
IS_V(i) = 0d0
if( IS_GetVolInsidePrior ) then
do k = nd_i, nd_i+ic_sc(i)
do k = nd_i+1, nd_i+ic_sc(i)
j1 = max(5, int( ( dble(IS_nMC) * dble(ic_npt(i)) / dble(nlive) ) * ( dble(sc_vol(k)) / dble(totVol(i)) ) ))
m = 0
do i3 = 1, j1
Expand Down

0 comments on commit 6f5b6fb

Please sign in to comment.