From f33f9770e5856b907e44457639b278712720fccb Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Thu, 25 Jun 2026 09:52:47 +0200 Subject: [PATCH] Fix description of 3-d irregular grid example --- docs/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.adoc b/docs/index.adoc index 75705a3..773031c 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -265,7 +265,7 @@ NOTE: The reverse is not true in general. An irregular map can only be represent === 3-d example of a lookup table on an irregular grid -The lookup table is sampled at 3 different points of the domain `{2, 10, 10}`, `{3, 25, 28}` and `{10, 30, 30}` with the values `{11, 1}`, `{1, 4}` and `{13, 3}` on the 2-dimensional codomain. +The lookup table below contains samples at the points `(2, 10, 10)`, `(3, 25, 28)`, and `(10, 30, 30)` of the domain with the values `(11, 1)`, `(1, 4)`, and `(13, 3)` for the two codomain variables. [[irregular_example]] .Example of a 3-dimensional map on a irregular grid