|
From: <kin...@us...> - 2023-07-15 14:27:22
|
Revision: 7111
http://sourceforge.net/p/teem/code/7111
Author: kindlmann
Date: 2023-07-15 14:27:19 +0000 (Sat, 15 Jul 2023)
Log Message:
-----------
fixing one oversight in hest usage update
Modified Paths:
--------------
teem/trunk/src/ten/tendGlyph.c
Modified: teem/trunk/src/ten/tendGlyph.c
===================================================================
--- teem/trunk/src/ten/tendGlyph.c 2023-07-15 14:24:54 UTC (rev 7110)
+++ teem/trunk/src/ten/tendGlyph.c 2023-07-15 14:27:19 UTC (rev 7111)
@@ -189,8 +189,8 @@
"for superquadric glyphs, how much to sharp edges form as a "
"function of differences between eigenvalues. Higher values "
"mean that edges form more easily");
- hestOptAdd(&hopt, "gsc", "scale", airTypeFloat, 1, 1, &(gparm->glyphScale), "0.01",
- "over-all glyph size in world-space");
+ hestOptAdd_1_Float(&hopt, "gsc", "scale", &(gparm->glyphScale), "0.01",
+ "over-all glyph size in world-space");
/* how glyphs will be colored */
hestOptAdd_1_Int(&hopt, "c", "evector #", &(gparm->colEvec), "0",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|