From bd944874afaa89c235dce17c7cb72737d0ea0e17 Mon Sep 17 00:00:00 2001 From: Benjamin Auer Date: Wed, 7 Dec 2022 13:18:27 -0500 Subject: [PATCH] Fixes #1847 --- CHANGELOG.md | 2 ++ .../parent_with_no_children/ParentNoChildren_GridComp.F90 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0561cc7780d3..f113a4b37313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tutorial/grid_comps/parent_with_no_children/ParentNoChildren_GridComp.F90 b/tutorial/grid_comps/parent_with_no_children/ParentNoChildren_GridComp.F90 index 80c37872ae84..24485d9ff23c 100644 --- a/tutorial/grid_comps/parent_with_no_children/ParentNoChildren_GridComp.F90 +++ b/tutorial/grid_comps/parent_with_no_children/ParentNoChildren_GridComp.F90 @@ -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