|
From: <kin...@us...> - 2023-07-11 06:14:46
|
Revision: 7069
http://sourceforge.net/p/teem/code/7069
Author: kindlmann
Date: 2023-07-11 06:14:44 +0000 (Tue, 11 Jul 2023)
Log Message:
-----------
progress made
Modified Paths:
--------------
teem/trunk/src/hest/adders.c
Modified: teem/trunk/src/hest/adders.c
===================================================================
--- teem/trunk/src/hest/adders.c 2023-07-11 05:55:51 UTC (rev 7068)
+++ teem/trunk/src/hest/adders.c 2023-07-11 06:14:44 UTC (rev 7069)
@@ -134,8 +134,8 @@
/* --------------------------------------------------------------- 2 == kind */
/* for some reason writing out code above (and their declarations in hest.h) by hand was
-ok, but from here on out its going to use a lot of macro tricks, with these name
-conventions:
+tolerated, but from here on out the coding is going to use a lot of macro tricks, with
+these name conventions:
M = 2, 3, or 4 = fixed # of parameters
N = user-given fixed # of parameters
@@ -274,7 +274,7 @@
#define PRINT_N_O fprintf(ff, "HEST_EXPORT " _STR(DCL_N_O) ";\n");
/* prints declarations for everything defined by macro above, which
-HEY does not includethe hestOptAdd_Flag and hestOptAdd_1_* functions */
+HEY does not include the hestOptAdd_Flag and hestOptAdd_1_* functions */
void
hestOptAddDeclsPrint(FILE *ff) {
/* HEY copy-pasta from "Actual code" above */
@@ -294,7 +294,6 @@
/*
hestOptSetXX(hestOpt *opt, )
-1<T>, 2<T>, 3<T>, 4<T>, N<T>
1v<T>, Nv<T> need sawP
<T>=
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|