Skip to content

Commit

Permalink
clean the code for next change
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezhinan committed Dec 9, 2013
1 parent 406a373 commit ec49617
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 238 deletions.
4 changes: 4 additions & 0 deletions src/specfem2D/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ OBJS_SPECFEM2D = \
$O/set_sources.o \
$O/setup_sources_receivers.o \
$O/sort_array_coordinates.o \
$O/update_displacement_scheme.o \
$O/write_seismograms.o \
$O/specfem2D.o \
$O/write_jpeg_image.o \
Expand Down Expand Up @@ -407,6 +408,9 @@ $O/spline_routines.o: ${S}/spline_routines.f90 ${SETUP}/constants.h
$O/sort_array_coordinates.o: ${S}/sort_array_coordinates.F90 ${SETUP}/constants.h
${F90} $(FLAGS_CHECK) -c -o $O/sort_array_coordinates.o ${S}/sort_array_coordinates.F90

$O/update_displacement_scheme.o: ${S}/update_displacement_scheme.F90 ${SETUP}/constants.h
${F90} $(FLAGS_CHECK) -c -o $O/update_displacement_scheme.o ${S}/update_displacement_scheme.F90

$O/write_seismograms.o: ${S}/write_seismograms.F90 ${SETUP}/constants.h
${F90} $(FLAGS_CHECK) -c -o $O/write_seismograms.o ${S}/write_seismograms.F90

Expand Down
Loading

0 comments on commit ec49617

Please sign in to comment.