Skip to content

Commit dd8c299

Browse files
committed
one more try
1 parent eaa2872 commit dd8c299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyframe3dd/src/NRutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ float ***f3tensor(long nrl, long nrh, long ncl, long nch, long ndl, long ndh)
238238
for (i=nrl; i<=nrh; i++)
239239
for (j=ncl; j<=nch; j++)
240240
for (long k=ndl; k<=ndh; k++)
241-
t[i][j][k]=0;
241+
t[i][j][k]=0.0;
242242

243243
/* return pointer to array of pointers to rows */
244244
return t;

0 commit comments

Comments
 (0)