Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
b13e36db
Commit
b13e36db
authored
6 years ago
by
Kirill Sokolovsky
Committed by
Emmanuel Bertin
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
check USE_MODEL before including fft.h
parent
30bc9700
master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/makeit.c
+2
-0
src/makeit.c
with
2 additions
and
0 deletions
+2
-0
src/makeit.c
+
2
-
0
View file @
b13e36db
...
...
@@ -43,7 +43,9 @@
#include
"assoc.h"
#include
"back.h"
#include
"check.h"
#ifdef USE_MODEL
#include
"fft.h"
#endif
#include
"field.h"
#include
"filter.h"
#include
"growth.h"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets