File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ! > @file nested_sampling.f90
1+ ! > @file nested_sampling.f90
22! >
3- ! > @brief Assorted routines and tools to perform Nested Sampling !
3+ ! > @brief Assorted routines and tools to perform Nested Sampling
44! >
55! > @details This module contains routines necessary for the Nested Sampling
6- ! > calculations.
6+ ! > calculations.
77! >
88! > @author L. B. Partay
9- ! > @date 2024
9+ ! > @date 2024
1010module nested_sampling
1111
1212 use initialise
@@ -25,7 +25,7 @@ module nested_sampling
2525
2626 contains
2727
28- ! > @brief Main nested sampling routine.
28+ ! > @brief Main nested sampling routine.
2929 ! >
3030 ! > @details This routine performs the nested sampling calculation. Input parameters (such as
3131 ! > the number of walkers, random walk parameters...etc.) are read from the "ns_input.txt"
@@ -41,7 +41,7 @@ module nested_sampling
4141 ! > @return None
4242 ! >
4343 ! > @author L. B. Partay
44- ! > @date 2024
44+ ! > @date 2024
4545 subroutine nested_sampling_main (setup , nested_sampling )
4646
4747 ! Arrays for storing instances of the system, as nested sampling walkers
You can’t perform that action at this time.
0 commit comments