From cf91755dcd7afad2e7a7e09666bec0a2facafb29 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Sat, 28 Feb 2026 18:09:23 +0000 Subject: [PATCH] Clarify when CYCLE_STATES.AsNum should be NULL --- doc/src/code_tables.m4 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/src/code_tables.m4 b/doc/src/code_tables.m4 index c7ecef5..1697909 100644 --- a/doc/src/code_tables.m4 +++ b/doc/src/code_tables.m4 @@ -446,8 +446,11 @@ computations which use its value are inexact, but good enough because 15 decimal digits of precision are good enough. The value of this column must be between ``0`` and ``1``, inclusive. -The value of this column should be |null| when the |CYCLE_STATES.Code| -is only used in cases where a swelling value makes no sense. +The value of this column should only be |null| when the +|CYCLE_STATES.Code| is used for those cases where a swelling value +makes no sense, such as ``sdb_missing_swelling`` or +``sdb_male_swelling``. + .. NULL is allowed so that if such a code is inadvertantly included .. in a computation the result will be NULL, alerting the user to .. the problem. -- 2.34.1