|
From: <kin...@us...> - 2025-09-28 08:25:46
|
Revision: 7508
http://sourceforge.net/p/teem/code/7508
Author: kindlmann
Date: 2025-09-28 08:25:44 +0000 (Sun, 28 Sep 2025)
Log Message:
-----------
more testing
Modified Paths:
--------------
teem/trunk/src/hest/test/ex6.c
Modified: teem/trunk/src/hest/test/ex6.c
===================================================================
--- teem/trunk/src/hest/test/ex6.c 2025-09-28 08:20:59 UTC (rev 7507)
+++ teem/trunk/src/hest/test/ex6.c 2025-09-28 08:25:44 UTC (rev 7508)
@@ -150,7 +150,6 @@
char *s1;
hestOptAdd_1_String(&opt, "s1", "string1", &s1, "\"bingo bob\"",
"test of hestOptAdd_1_String");
- /*
int e1;
hestOptAdd_1_Enum(&opt, "e1", "enum1", &e1, "little", "test of hestOptAdd_1_Enum",
airEndian);
@@ -160,7 +159,6 @@
Quat *q1;
hestOptAdd_1_Other(&opt, "q1", "quat", &q1, "12.34", "test of hestOptAdd_1_Other B",
&quatCB);
- */
#if 0
int b2[2];
@@ -441,11 +439,9 @@
printf("db1 = %g\n", db1);
printf("c1 = |%c| (%d)\n", c1, c1);
printf("s1 = |%s|\n", s1);
- /*
printf("e1 = %d\n", e1);
printf("p1 = %g,%g\n", p1[0], p1[1]);
printf("q1 (@ %p) = %g(%s)\n", q1, q1->val, q1->str);
- */
printf("\n");
#if 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|