|
From: <kin...@us...> - 2025-09-21 10:22:51
|
Revision: 7462
http://sourceforge.net/p/teem/code/7462
Author: kindlmann
Date: 2025-09-21 10:22:48 +0000 (Sun, 21 Sep 2025)
Log Message:
-----------
calling hestOptAddDeclsPrint now moved to test/decls
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-21 10:22:03 UTC (rev 7461)
+++ teem/trunk/src/hest/test/ex6.c 2025-09-21 10:22:48 UTC (rev 7462)
@@ -376,17 +376,6 @@
unsigned int qvSaw;
hestOptAdd_Nv_Other(&opt, "qv", "quat1", 1, -1, &qv, "12.34 43.21",
"test of hestOptAdd_Nv_Other B", &qvSaw, &quatCB);
-
- if (2 == argc && !strcmp("decls", argv[1])) {
- printf("Writing decls.h and then bailing\n");
- FILE *ff = fopen("decls.h", "w");
- hestOptAddDeclsPrint(ff);
- fclose(ff);
- exit(0);
- }
- /* else not writing decls.h; remove it to ensure freshness */
- remove("decls.h");
-
hestParseOrDie(opt, argc - 1, argv + 1, parm, argv[0], info, AIR_TRUE, AIR_TRUE,
AIR_TRUE);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|