Skip to content

Commit

Permalink
Fixes #1847
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed Dec 7, 2022
1 parent 1d1dae6 commit bd94487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixed bug in tutorial case parent_no_children when attempting recommended exercises

### Removed

### Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ subroutine my_run(gc, import, export, clock, rc)
type(ESMF_Clock), intent(inout) :: clock
integer, intent(out), optional :: rc

real, pointer :: ptr_2d(:,:), ptr_3d(:,:)
real, pointer :: ptr_2d(:,:), ptr_3d(:,:,:)
type (MAPL_MetaComp), pointer :: MAPL
real :: my_constant
integer :: status
Expand Down

0 comments on commit bd94487

Please sign in to comment.