Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GPIAG-Software
IFOS2D
Commits
01a083f3
Commit
01a083f3
authored
Dec 09, 2015
by
Florian Wittkamp
Browse files
Fixed a bug in the Makefile which prevented to compile DENISE on LINUX
parent
e7fc6d80
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
01a083f3
...
...
@@ -54,9 +54,9 @@ DENISE= \
stf.c
\
window_cos.c
\
calc_mat_change_test.c
\
calc_res.c
\
calc_res.c
\
calc_misfit.c
\
calc_opt_step.c
\
calc_opt_step.c
\
calc_energy.c
\
checkfd.c
\
checkfd_ssg_elastic.c
\
...
...
@@ -123,7 +123,7 @@ DENISE= \
readmod.c
\
readmod_elastic.c
\
readmod_acoustic.c
\
receiver.c
\
receiver.c
\
rd_sour.c
\
read_workflow.c
\
apply_workflow.c
\
...
...
@@ -164,8 +164,8 @@ DENISE= \
prepare_update_p.c
\
readmod_viscac.c
\
time_window_glob.c
\
filter_frequencies.c
filter_frequencies.c
SNAPMERGE_OBJ
=
$(SNAPMERGE_SCR:%.c=%.o)
DENISE_OBJ
=
$(DENISE:%.c=%.o)
...
...
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