Skip to content

Commit

Permalink
Update FGFunction documentation (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcleod authored and bcoconni committed Aug 4, 2024
1 parent b6ddf28 commit 9b95d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/FGFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9b95d1b

Please sign in to comment.