Skip to content

Commit f6eaf38

Browse files
committed
First successful cmake built of utilities
1 parent befb25e commit f6eaf38

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/utilities/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set(UTILITIES_SOURCES
2727
mossco_attribute.F90
2828
mossco_component.F90
2929
mossco_config.F90
30-
mossco_db.F90
30+
#mossco_db.F90
3131
mossco_dictionary.F90
3232
mossco_field.F90
3333
mossco_geom.F90
@@ -46,8 +46,8 @@ set(UTILITIES_SOURCES
4646
mossco_strings.F90
4747
mossco_time.F90
4848
mossco_variable_types.F90
49-
nc_extract_variable.c
50-
nc_extract_variable_lasttime.c
49+
#nc_extract_variable.c
50+
#nc_extract_variable_lasttime.c
5151
solver_library.F90
5252
)
5353

src/utilities/mossco.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
!> @brief Collection of modules for MOSSCO utilities
22
!
33
! This computer program is part of MOSSCO.
4-
!> @copyright 2021-2022 Helmholtz-Zentrum Hereon
5-
!> @copyright 2016-2021 Helmholtz-Zentrum Geesthacht
4+
!> @copyright 2021-2025 Helmholtz-Zentrum hereon GmbH
5+
!> @copyright 2016-2021 Helmholtz-Zentrum Geesthacht GmbH
66
!> @author Carsten Lemmen <carsten.lemmen@hereon.de>
77
!
88
! MOSSCO is free software: you can redistribute it and/or modify it under the
@@ -31,4 +31,4 @@ module mossco
3131
use mossco_state
3232
use mossco_strings
3333

34-
end module mossco_logging
34+
end module mossco

src/utilities/nc_extract_variable.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
@brief Implementation of a netcdf utility that extracts a subset of variables
44
55
This computer program is part of MOSSCO.
6-
@copyright 2021-2022 Helmholtz-Zentrum Hereon
7-
@copyright 2015-2021 Helmholtz-Zentrum Geesthacht
6+
@copyright 2021-2022 Helmholtz-Zentrum hereon GmbH
7+
@copyright 2015-2021 Helmholtz-Zentrum Geesthacht GmbH
88
@author Carsten Lemmen <carsten.lemmen@hereon.de>
99
1010
MOSSCO is free software: you can redistribute it and/or modify it under the

0 commit comments

Comments
 (0)