Skip to content

Commit

Permalink
Merge pull request #2448 from GEOS-ESM/hotfix/tclune/#2447-c_ptr
Browse files Browse the repository at this point in the history
Fixes #2447
  • Loading branch information
mathomp4 committed Nov 20, 2023
2 parents c6b477d + 30e80b4 commit 95afa9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.42.1] - 2023-11-20

### Fixed

- Inserted missing USE statement for `C_PTR` in FieldPointerUtilities.F90

## [2.42.0] - 2023-10-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif ()

project (
MAPL
VERSION 2.42.0
VERSION 2.42.1
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

# Set the possible values of build type for cmake-gui
Expand Down
1 change: 1 addition & 0 deletions field_utils/FieldPointerUtilities.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module MAPL_FieldPointerUtilities
use ESMF
use MAPL_ExceptionHandling
use, intrinsic :: iso_c_binding, only: c_ptr, c_f_pointer
implicit none
private

Expand Down

0 comments on commit 95afa9c

Please sign in to comment.