|
From: <kin...@us...> - 2023-07-17 12:01:41
|
Revision: 7120
http://sourceforge.net/p/teem/code/7120
Author: kindlmann
Date: 2023-07-17 12:01:37 +0000 (Mon, 17 Jul 2023)
Log Message:
-----------
clarifying comment
Modified Paths:
--------------
teem/trunk/src/dye/methodsDye.c
Modified: teem/trunk/src/dye/methodsDye.c
===================================================================
--- teem/trunk/src/dye/methodsDye.c 2023-07-16 02:38:23 UTC (rev 7119)
+++ teem/trunk/src/dye/methodsDye.c 2023-07-17 12:01:37 UTC (rev 7120)
@@ -38,10 +38,10 @@
"LCH"
};
-/* NB: the creation of dye in 2001 predates the creation of the airEnum in 2002,
- and when this airEnum was added in 2015, bewildered why it wasn't there already,
- GLK forgot that chronology, but that chronology explains why this airEnum isn't
- used more widely within dye. */
+/* NB: the creation of dye in 2001 predates the creation of the airEnum in 2002.
+GLK forgot that chronology when the dyeSpace airEnum was added belatedly in 2015,
+and was bewildered why it wasn't there already. That chronology explains why this
+airEnum isn't used more widely within dye. */
static const char *
_dyeSpaceDesc[DYE_MAX_SPACE+1] = {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|