|
From: <kin...@us...> - 2024-06-18 17:40:33
|
Revision: 7163
http://sourceforge.net/p/teem/code/7163
Author: kindlmann
Date: 2024-06-18 17:40:30 +0000 (Tue, 18 Jun 2024)
Log Message:
-----------
synching with source
Modified Paths:
--------------
teem/trunk/python/cffi/cdef/cdef_hest.h
Modified: teem/trunk/python/cffi/cdef/cdef_hest.h
===================================================================
--- teem/trunk/python/cffi/cdef/cdef_hest.h 2024-06-18 17:30:00 UTC (rev 7162)
+++ teem/trunk/python/cffi/cdef/cdef_hest.h 2024-06-18 17:40:30 UTC (rev 7163)
@@ -258,7 +258,7 @@
extern void hestOptAddDeclsPrint(FILE *f);
/* Many many non-var-args alternatives to hestOptAdd, also usefully type-specific for the
type of value to be parsed in a way that hestOptAdd_nva cannot match. These capture all
-the common uses (and them some) of hest within Teem. They can be categorized, like
+the common uses (and then some) of hest within Teem. They can be categorized, like
hestOpt->kind, in terms of the min, max number of (type T) parameters to the option:
min == max == 0 hestOptAdd_Flag (stand-alone flag; no parameters)
min == max == 1 hestOptAdd_1_T single fixed parameter
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|