Skip to content

Commit 16973b5

Browse files
committed
fixed horner files
1 parent 07b2501 commit 16973b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ HEADERS = $(wildcard include/*.h include/finufft/*.h)
169169
$(FC) -DSINGLE -c $(FFLAGS) $< -o $@
170170

171171
# included auto-generated code dependency...
172-
src/spreadinterp.o: src/ker_horner_allw_loop.c src/ker_lowupsampfac_horner_allw_loop.c
172+
src/spreadinterp.o: src/ker_horner_allw_loop_constexpr.h src/ker_lowupsampfac_horner_allw_loop_constexpr.c
173173

174174

175175
# lib -----------------------------------------------------------------------

0 commit comments

Comments
 (0)