Skip to content

Commit cab447f

Browse files
committed
add sort module docstring
1 parent 49d2e01 commit cab447f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/hompack_core.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module hompack_core
2+
!! Core routines used by two or more of the `hompack` solvers.
23

34
use hompack_kinds, only: dp
45
implicit none

src/hompack_nf.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
module hompack_nf
2+
!! Specific routines for the `fixpnf` solver.
3+
24
use hompack_kinds, only: dp
35
use iso_c_binding, only: c_ptr, c_null_ptr
46
use hompack_core, only: root_state

0 commit comments

Comments
 (0)