|
From: <kin...@us...> - 2025-08-15 23:40:51
|
Revision: 7281
http://sourceforge.net/p/teem/code/7281
Author: kindlmann
Date: 2025-08-15 23:40:48 +0000 (Fri, 15 Aug 2025)
Log Message:
-----------
clang-format fixes
Modified Paths:
--------------
teem/trunk/src/coil/coreCoil.c
Modified: teem/trunk/src/coil/coreCoil.c
===================================================================
--- teem/trunk/src/coil/coreCoil.c 2025-08-15 23:39:48 UTC (rev 7280)
+++ teem/trunk/src/coil/coreCoil.c 2025-08-15 23:40:48 UTC (rev 7281)
@@ -148,7 +148,7 @@
static const char me[] = "_coilProcess";
unsigned int xi, yi, sizeX, sizeY, thisZ, sizeZ, valLen, radius;
coil_t *here;
- void (*filter)(coil_t * delta, int xi, int yi, int zi, coil_t **iv3, double spacing[3],
+ void (*filter)(coil_t *delta, int xi, int yi, int zi, coil_t **iv3, double spacing[3],
double parm[COIL_PARMS_NUM]);
sizeX = AIR_UINT(task->cctx->size[0]);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|