Skip to content

Commit 8c33af4

Browse files
committed
Removing trailing whitespace in comments for Doxygen
1 parent e1bb443 commit 8c33af4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/nested_sampling.f90

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
1010
module 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

0 commit comments

Comments
 (0)