|
From: <kin...@us...> - 2023-07-19 17:33:05
|
Revision: 7128
http://sourceforge.net/p/teem/code/7128
Author: kindlmann
Date: 2023-07-19 17:33:03 +0000 (Wed, 19 Jul 2023)
Log Message:
-----------
weird: ten does not depend on dye
Modified Paths:
--------------
teem/trunk/src/ten/GNUmakefile
teem/trunk/src/ten/ten.h
Modified: teem/trunk/src/ten/GNUmakefile
===================================================================
--- teem/trunk/src/ten/GNUmakefile 2023-07-19 17:12:02 UTC (rev 7127)
+++ teem/trunk/src/ten/GNUmakefile 2023-07-19 17:33:03 UTC (rev 7128)
@@ -44,7 +44,7 @@
#### Describe library here
####
#### tendCalc.o nixed
-$(L).NEED = echo limn gage dye unrrdu ell nrrd biff air
+$(L).NEED = echo limn gage unrrdu ell nrrd biff air
$(L).PUBLIC_HEADERS = ten.h tenMacros.h
$(L).PRIVATE_HEADERS = privateTen.h
$(L).OBJS = tensor.o chan.o aniso.o glyph.o enumsTen.o grads.o miscTen.o \
Modified: teem/trunk/src/ten/ten.h
===================================================================
--- teem/trunk/src/ten/ten.h 2023-07-19 17:12:02 UTC (rev 7127)
+++ teem/trunk/src/ten/ten.h 2023-07-19 17:33:03 UTC (rev 7128)
@@ -29,7 +29,6 @@
#include <teem/ell.h>
#include <teem/nrrd.h>
#include <teem/unrrdu.h>
-#include <teem/dye.h>
#include <teem/gage.h>
#include <teem/limn.h>
#include <teem/echo.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|