|
From: <kin...@us...> - 2025-04-14 14:53:33
|
Revision: 7257
http://sourceforge.net/p/teem/code/7257
Author: kindlmann
Date: 2025-04-14 14:53:15 +0000 (Mon, 14 Apr 2025)
Log Message:
-----------
now with biff annotations
Modified Paths:
--------------
teem/trunk/src/unrrdu/ninspect.c
Modified: teem/trunk/src/unrrdu/ninspect.c
===================================================================
--- teem/trunk/src/unrrdu/ninspect.c 2025-04-14 14:52:28 UTC (rev 7256)
+++ teem/trunk/src/unrrdu/ninspect.c 2025-04-14 14:53:15 UTC (rev 7257)
@@ -39,7 +39,7 @@
"name of what used to be a stand-alone Teem command-line utility, "
"peer to unu).");
-static int
+static int /* Biff: 1 */
fixproj(Nrrd *nproj[3], const Nrrd *nvol) {
static const char me[] = "fixproj";
airArray *mop;
@@ -157,7 +157,7 @@
return 0;
}
-static int
+static int /* Biff: 1 */
ninspect_proj(Nrrd *nout, const Nrrd *nin, int axis, int smart, float amount) {
static const char me[] = "ninspect_proj";
airArray *mop;
@@ -214,7 +214,7 @@
return 0;
}
-static int
+static int /* Biff: 1 */
doit(Nrrd *nout, const Nrrd *nin, int smart, float amount, unsigned int margin,
const unsigned char *back) {
static const char me[] = "doit";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|