From 291519da1a990a2f5ad6ff84348f6028308a939b Mon Sep 17 00:00:00 2001 From: Sean McLeod Date: Sat, 27 Jul 2024 18:33:26 +0200 Subject: [PATCH] Update FGFunction documentation --- src/math/FGFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/FGFunction.h b/src/math/FGFunction.h index d212dbe63..3086e09e5 100644 --- a/src/math/FGFunction.h +++ b/src/math/FGFunction.h @@ -121,7 +121,7 @@ An operation is defined in the configuration file as in the following example: A full function definition, such as is used in the aerodynamics section of a configuration file includes the function element, and other elements. It should be noted that there can be only one non-optional (non-documentation) element - -that is, one operation element - in the top-level function definition. +that is, one operation element or one table element - in the top-level function definition. Multiple value and/or property elements cannot be immediate child members of the function element. Almost always, the first operation within the function element will be a product or sum. For example: