From 9f64ffd8d6c26f9ae8a30d3333d027bb27da6ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Tue, 9 Apr 2024 17:35:38 +0200 Subject: [PATCH] Fixing anchor to Figure 8.7 --- ch08.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch08.adoc b/ch08.adoc index 591d3312..b5b8dc5f 100644 --- a/ch08.adoc +++ b/ch08.adoc @@ -604,7 +604,7 @@ For one-dimensional coordinate bounds, in the second step of the process, for ea **Uncompression of two-dimensional coordinate bounds** + For two-dimensional coordinate bounds, in the second step of the process, for each index pair `(j, i)` of the interpolated dimension, the four bounds of the boundary variable is set to the value of the interpolated bounds point grid at index pairs `B0`, `B1`, `B2` and `B3`, respectively, where the index pairs are defined above under <>. -[[example_interpolation_of_cell_boundaries, Example 8.7]] +[[example-interpolation-of-cell-boundaries, Interpolation of 2D Cell Boundaries corresponding to Figure 8.4]] [caption="Example 8.7. "] .Interpolation of 2D Cell Boundaries corresponding to <> ====