|
From: <kin...@us...> - 2025-09-30 04:04:42
|
Revision: 7526
http://sourceforge.net/p/teem/code/7526
Author: kindlmann
Date: 2025-09-30 04:04:39 +0000 (Tue, 30 Sep 2025)
Log Message:
-----------
added new airEnum
Modified Paths:
--------------
teem/trunk/src/meet/enumall.c
Modified: teem/trunk/src/meet/enumall.c
===================================================================
--- teem/trunk/src/meet/enumall.c 2025-09-30 04:03:33 UTC (rev 7525)
+++ teem/trunk/src/meet/enumall.c 2025-09-30 04:04:39 UTC (rev 7526)
@@ -43,7 +43,7 @@
** libraries. Can manually check that this really does list all the airEnums
** with: (TEEM_LIB_LIST)
-grep "airEnum *" {air,hest,biff,nrrd,ell,moss,unrrdu,alan,tijk,gage,dye,bane,limn,echo,hoover,seek,ten,elf,pull,coil,push,mite}/?*.h | grep EXPORT | more
+grep "airEnum *" {air,biff,hest,nrrd,ell,moss,unrrdu,alan,tijk,gage,dye,bane,limn,echo,hoover,seek,ten,elf,pull,coil,push,mite}/?*.h | grep EXPORT | more
** (with the ? in "}/?*.h" to stop compiler warnings about / * inside comment)
** We could grep specifically for "const airEnum *const", but its also good to
@@ -66,13 +66,14 @@
/* air */
ADD(airEndian);
+ ADD(airFPClass_ae);
ADD(airBool);
- ADD(airFPClass_ae);
- /* hest: no airEnums */
-
/* biff: no airEnums */
+ /* hest */
+ ADD(hestSource);
+
/* nrrd */
ADD(nrrdFormatType);
ADD(nrrdType);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|