libTheSky
Routines to compute sky positions of Sun, Moon, planets and more
Toggle main menu visibility
Main Page
Related Pages
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions/Subroutines
a
b
c
d
e
f
g
h
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
g
h
i
j
l
m
n
p
q
s
t
v
w
y
z
Files
File List
•
All
Namespaces
Files
Functions
Variables
Pages
Loading...
Searching...
No Matches
src
code_version.f90
Go to the documentation of this file.
1
!> \file code_version.f90 Source file generated by CMake to report the libTheSky version used
2
3
!***********************************************************************************************************************************
4
!> \brief Report libTheSky version number
5
6
module
thesky_version
7
implicit none
8
save
9
10
contains
11
12
13
!*********************************************************************************************************************************
14
!> \brief Subroutine generated by CMake to report the code version used
15
!!
16
!! \param unit IO unit
17
18
subroutine
print_libthesky_version
(unit)
19
implicit none
20
integer
,
intent(in)
:: unit
21
character
:: libTheSky_version*(99) =
'rev.296, hash 5c1b52e (2025-01-10)'
22
character
:: compile_date*(99) =
'Mon 27 Jan 15:01:11 CET 2025'
23
character
:: compiler*(99) =
'gfortran'
24
character
:: compiler_flags*(99) =
'-O2'
25
26
write
(unit,
'(A)'
, advance=
'no'
)
'libTheSky '
//trim(libthesky_version)//
', compiled on '
//trim(compile_date)//
' with '
// &
27
trim(compiler)//
' '
//trim(compiler_flags)
28
18
subroutine
print_libthesky_version
(unit)
…
29
end subroutine
print_libthesky_version
30
!*********************************************************************************************************************************
31
32
end module
thesky_version
33
!***********************************************************************************************************************************
34
thesky_version
Report libTheSky version number.
Definition
code_version.f90:6
thesky_version::print_libthesky_version
subroutine print_libthesky_version(unit)
Subroutine generated by CMake to report the code version used.
Definition
code_version.f90:19
Generated on Sun Mar 2 2025 11:56:13 for libTheSky by
1.12.0